Fabien MIT

Results 3 issues of Fabien MIT

Hello, I created a new vue project and install vuetify and vuetify-extra. I imported vuetify and vuetify-extra in the main.js like the documentation. If I put a vuetify component like...

bug

Hello, we have multiple website on the same subdomain : - sub.domaine.com/website1 - sub.domaine.com/website2 How to block cors if sub.domaine.com/**website2** try to connect to sub.domaine.com/**website1/api/login**? Fabien

Hello, I authorized all the "cors" in my Laravel Backend. All my requests (axios) from Frontend (VUEJS) to Backend api (LARAVEL) works. The configuration of cors works and I received...