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
{{ message }}
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.
I am trying to run CORS requests on a mod_wsgi Django server but I keep getting CORS issues.
On my regular Django server (not https, not apache2) it works properly:
Hi,
I am trying to run CORS requests on a mod_wsgi Django server but I keep getting CORS issues.
On my regular Django server (not https, not apache2) it works properly:
Should django-cors-middleware work properly with it or do you know if apache requires some extra configuration somehow? (tried many things already).
I also updated my Django configuration with:
The text was updated successfully, but these errors were encountered: