You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is too bothersome to manage ALLOWED_CORS if I want to test out a simple domain under ajktown. Since the domain ajktownis fully controlled, the API server should accept every api call from *ajktown.com domain.
TODOs
Implement ALLOWED_CORS that simply handles the following
localhost => handles every request from localhost
ajktown.com => handles every request from *ajktown.com
The text was updated successfully, but these errors were encountered:
Background
It is too bothersome to manage
ALLOWED_CORS
if I want to test out a simple domain under ajktown. Since the domainajktown
is fully controlled, the API server should accept every api call from*ajktown.com
domain.TODOs
ALLOWED_CORS
that simply handles the followinglocalhost
=> handles every request from localhostajktown.com
=> handles every request from *ajktown.comThe text was updated successfully, but these errors were encountered: