0👍
Maybe about web server setting. Like .htaccess:
Header set X-Permitted-Cross-Domain-Policies “none”?
- [Vuejs]-Reading multiple values from reusable child components in it's parent component in Vue 3
- [Vuejs]-How to prevent Malicious POST Requests in a PHP application?
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
- [Vuejs]-Vue pagination array of objects
- [Vuejs]-Access scss variable from <template> of VueJS component
Source:stackexchange.com