CORS error after few successful requests #1847
Answered
by
miguelgrinberg
kartikshetty0897
asked this question in
Q&A
-
I am trying to build a sign language detection webapp using Angular and Flask Socket IO. I have set the origin to "*" but after some successful requests the, I get the error " No 'Access-Control-Allow-Origin' header is present on the requested resource.". I have attached the screenshots of the response. The cors configuration that I am using is
Please help |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Jul 14, 2022
Replies: 1 comment 3 replies
-
The CORS issue is downstream of the 400 and 500 errors that you are seeing. Do you know what those are about? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kartikshetty0897
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CORS issue is downstream of the 400 and 500 errors that you are seeing. Do you know what those are about?