Skip to content

Commit

Permalink
Update README with WSGI notes
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-stephens committed Apr 17, 2015
1 parent 96b0391 commit af5fa26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Digest authentication example
if __name__ == '__main__':
app.run()

WSGI Considerations
-------------------

Make sure to set `WSGIPassAuthorization On` as [documented here](https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization) to prevent the frontend web server from consuming the authorization header.

Resources
---------

Expand Down

0 comments on commit af5fa26

Please sign in to comment.