Laravel 403 error (production) when doing ajax POST request only in HTTPS
Hi,
I've been through the web for about 3 hours to find a solution to my issue but can not find out...
I've uploaded my laravel application on a shared hosting, so the file architecture looks like:
_laravel
[n] folders
index.php
.htaccess
The .htaccess is the laravel default.
All my routes work fine when my website is hosted with HTTP (or in local) but when I switch it to HTTPS (applying from the OVH hosting panel) it breaks all my POST request (via ajax) to 403 error (Can't access... on this server).