You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
I set Access-Control-Allow-Headers in apache conf as:
Header set Access-Control-Allow-Headers "X-Requested-With"
Then set the same value in laravel-cors config:
'allowed_headers' => ['X-Requested-With']
Then requests will be CORS blocked.
What't the reason of this?
The text was updated successfully, but these errors were encountered: