Request failure due to CORS policy #4046
slaval2000
started this conversation in
General
Replies: 1 comment
-
What example are you referring to exactly? There are multiple.
Are you testing with exactly the same set of urls? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using CefSharp version 99.2.90 , when using WPF Sample Example I'm able to do CROS domain request without errors ,
but when i using same code on my WPF application , I'm getting following error.
Access to fetch at 'https://www.arcgis.com/sharing/rest/portals/self?f=json&culture=en-us' from origin 'https://ServerName' has been blocked by CORS policy: Request header field access-control-allow-headers is not allowed by Access-Control-Allow-Headers in preflight response.
What I'm missing ?
Beta Was this translation helpful? Give feedback.
All reactions