-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Description
I wonder if we could get an argument for disabling CORS Policy for debugging purposes until the backend developer whitelisted the domain and the port?
When I started to test my Android app if it will work on Flutter web or not I got the CORS issue.
I think it would be nice for first-time developers trying the mobile code to work on the web so maybe disable CORS would help to investigate the web-behavior.
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"args": ["--no-cors", "true"]
}
My proposal rejected in Flutter but I hope it to get accepted here
flutter/flutter#46904
amreniouinnovent, ShurikuS57, linuxerwang, lvscar, marcusedu and 10 morepingbird
Metadata
Metadata
Assignees
Labels
No labels