carreath / SWE4103-Project

Soccer League Management web app for SWE4103 Team 2
MIT License
1 stars 0 forks source link

Authentication not working on remote server #142

Closed carreath closed 5 years ago

carreath commented 5 years ago

When using authentication endpoints on remote api 403 forbidden is returned

carreath commented 5 years ago

Fixed, Apache2 intercepts the Authorization header assuming it will be handled by apache.

Set this setting in the site.conf file then restart apache to apply changes WSGIPassAuthorization On