Django JWT Authentication behavior different between local & mod_wsgi servers with Django REST framework
I have encountered similar problem. I figure out that I was missing below directive in the Apache configuration file
WSGIPassAuthorization On
I have encountered similar problem. I figure out that I was missing below directive in the Apache configuration file
WSGIPassAuthorization On