Open sudeeshr opened 3 years ago
Version 2.0 Laravel 7
I want to enable cors on certain path (eg: api/payment/response) irrespective of what is configured in allowed_origins. The given path should be accessible from any origin.
How can I achieve this?
+1
Version 2.0 Laravel 7
I want to enable cors on certain path (eg: api/payment/response) irrespective of what is configured in allowed_origins. The given path should be accessible from any origin.
How can I achieve this?