Hi support,
My Django REST API uses TokenAuthentication and the frontend sends Authorization: Token <token> correctly. In production on PythonAnywhere the API returns 401 Unauthorized, which indicates the Authorization header is not reaching Django.
My WSGI file is standard and correct. Please help me enable the WSGI authorization header passthrough so the Django app receives HTTP_AUTHORIZATION from incoming requests.
Thank you.