This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Support
Mozilla Connect
Ideas
Discussions
Community
Support
Sign In
zebra-f
03-24-2023
Making moves
since
03-23-2023
View all badges
User Statistics
1
Posts
0
Ideas Submitted
0
Kudos given
0
Kudos received
Mozilla Connect
About zebra-f
User Activity
Posts
Replies
[111.0.1] Same Origin Policy ignores a different port number.
03-23-2023
I tested it both on Django server and FastAPI/Uvicorn. I will be using FastAPI/Uvicorn in this example as it is the simplest one (notice no CORS headers):# main.py from fastapi import FastAPI app = FastAPI() @app.get("/") async def root(): retu...
No replies to display.