Browse
Support
Mozilla Connect
Ideas
Discussions
Community
Labs
Support
Sign In
zebra-f
24-03-2023
Making moves
since
23-03-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.
23-03-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.