GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Unable to authenticate via API #260

Closed merforga closed 6 years ago

merforga commented 6 years ago

New API doesn't seem to recognise Authorization token in header, keep getting

{"detail":"Authentication credentials were not provided."}

amadanmath commented 6 years ago

Derptiderp, forgot to tell Apache not to be an idiot. For posterity,

WSGIPassAuthorization On

or it will helpfully strip the auth header "for security" before handing the request to the app.