-
I am trying to use JS to work with Codex REST API, but it fails with CORS errors:
```
Access to fetch at 'http://localhost:8080/api/codex/v1/data' from origin 'http://localhost:3000' has been block…
-
-
Access to XMLHttpRequest at 'http://172.16.3.212:420/api/me' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-All…
-
My **encore.app** config:
`{
"id": "",
"lang": "typescript",
"global_cors": {
"debug": true,
"allow_origins_without_credentials": ["http://localhost:3000"],
"allow_origi…
-
I'm not sure why it only seems to happen sometimes.
But I just tried to upload an image and it didn't show the finally processed image and instead threw this in dev tools
![image](https://github.com…
-
Is there info on how the new release changes things with cors. I'm wondering if I need to change my settings.
I'm making a low-rent mint tool here: https://www.xcp.io/mint
And I'm trying to have…
-
I am trying to hit the API from localhost as well as with deployed version (https).
But both side it shows CROS error, as expected it should support all domains as mentioned.
Please find and resol…
-
serverConfig.clientUrl caused CORS issues (e.g cdn.segment.com)
Troubleshoot and put back more restrictive CORS settings
-
I think we'd have to be extremely careful if we didn't require CORS (and given that most new things require CORS anyway it's not clear it's worth the hassle). And if we require CORS we need to conside…
-
## Abstract
It's doing CORS errors again. The server is configured correctly though, this time.
## Expected behaviour
- No error
- If there is an error, a detailed and useful explanation of what…
thany updated
3 weeks ago