Allowed Request Origins should support URLs with wildcard characters
The Allowed Request Origins list in the App Settings, at this time, doesn't support URLs with wildcard characters. As modern services like Vercel generate dynamically new URLs during development, the list needs to be updated every time with the current URL, while having an option available that would accept "https://*-myappname.vercel.app/" would simplify that step.
5
votes
Paolo Manna
shared this idea
-
Mohammed commented
We need this too. This is important to preview our changes without pushing it to users.
Or even open an API to let us add Allowed Request Origins if you can't support a wildcard. -
Guima Ferreira commented
I'm facing the same problem using Vercel. Any solution to this?