CORS error #365
Replies: 3 comments
-
Hello, I am also facing a similar CORS issue when I try to access content from a server(built using aioquic) using a dash.js client also running over aioquic. I'm new here, so not sure how aioquic handles cross origin requests. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
The example server uses the Starlette framework, I suggest you take a look at the CORSMiddleware. |
Beta Was this translation helpful? Give feedback.
-
We are working on comparing HTTP/2 and HTTP/3. As for HTTP/3 we are using aioquic implementation. We are generating metrics using other clients which require Access-Control-Allow-Origin in the header. We want to allow all origins. We tried adding this in the header in the example implementation but didn't get any success. Can someone help us with this issue?
Beta Was this translation helpful? Give feedback.
All reactions