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
I would like to add CORS support for external domain access to the api even if it means just localhost (or 0.0.0.0). This way one could develop a separate client to consume the api.
I have a branch created for this already but I don't seem to have any access rights to push a branch to create the PR. This may be due to me not authenticating properly. But just incase, I thought I'd mention the issue here for tracking.
The text was updated successfully, but these errors were encountered:
I would like to add CORS support for external domain access to the api even if it means just localhost (or 0.0.0.0). This way one could develop a separate client to consume the api.
pip install django-cors-headers
I have a branch created for this already but I don't seem to have any access rights to push a branch to create the PR. This may be due to me not authenticating properly. But just incase, I thought I'd mention the issue here for tracking.
The text was updated successfully, but these errors were encountered: