[Vuejs]-Ajax call don't work – allow cross origin domain don't work with axios ?

0👍

Maybe about web server setting. Like .htaccess:
Header set X-Permitted-Cross-Domain-Policies “none”?

0👍

Re :

We find the probleme. Codeigniter logique don’t work if there is redirection. If you want to make it work, you have to make the most simple controller possible.

Other mistake we have call this url : http://xxxx/disconnect/ instead of http://yyyy/disconnect ( no end-slash )

Other to pay attention, navigator same to save the cache of call. If you want to view your modification clean the cache.

Have good days 🙂 !

Kevin

Leave a comment