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.
[X ] Update to the latest version by running composer update fruitcake/laravel-cors
[ X] Make sure that Apache/nginx/Valet are NOT also adding CORS headers
I want to know how I can return these headers in the response?
Access-Control-Allow-Headers
Access-Control-Allow-Methods
only Access-Control-Expose-Headers and Access-Control-Allow-Origin these are returning right now
I am using lumen 8 and the latest version of cors v2.0.4
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before you start
[X ] Update to the latest version by running
composer update fruitcake/laravel-cors
[ X] Make sure that Apache/nginx/Valet are NOT also adding CORS headers
I want to know how I can return these headers in the response?
only Access-Control-Expose-Headers and Access-Control-Allow-Origin these are returning right now
I am using lumen 8 and the latest version of cors v2.0.4
The text was updated successfully, but these errors were encountered: