-
If I look in `config\cors.php` it has a line:
` 'allowedOrigins' => env('CORS_ALLOWED_ORIGINS') ? explode(',', env('CORS_ALLOWED_ORIGINS')) : ['*'],`
I was unable to get anything working unt…
-
Given that the cookie is "Same-Site": "None", we should double check everything is ok security-wise, harden if not.
-
Can someone please help me?
My API uses the below:
app()->cors([
"origin" => "*",
"credentials" => true,
"preflightContinue" => true,
"allowedHeaders" => "*",
"methods" =…
-
## Description
When `fetch()` is used within a service worker on a cross-origin request (eg `app.localhost` → `api.localhost`), Brave blocks the request with status `blocked:other` and does not lo…
-
Hello Contributors, @EricRibeiro and @KyleTryon, we are experiencing this issue with the current version v1.1. Is there any update on this matter? We are encountering a CORS error when attempting to o…
-
I want to redirect the client to /login when he puts /.
CORS policy on google chrome is not allowing.
-
# Summary
We have an istio virtual-service with cors
```
spec:
http:
- corsPolicy:
allowCredentials: false
allowHeaders:
- '*'
allowMethods:
- POST
-…
-
When using the OIDC middleware, I don't get the configured Actix CORS headers in my frontend when the `redirect_to_auth()` method is called. This is causing CORS policy issues, since I am both running…
-
**Is your feature request related to a problem? Please describe.**
### CORS-related issues
- I encountered a CORS error whenever I tried to load an Enketo form into an iframe in my React App. I …
-
`listings:1 Access to XMLHttpRequest at 'https://api.scout-properties.com/listings?' from origin 'https://www.scout-properties.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' …