cfpb / grasshopper-parser

Address Parsing REST API
Creative Commons Zero v1.0 Universal
8 stars 8 forks source link

Adds X-Forward-For HTTP header support to Gunicorn #27

Closed hkeeler closed 8 years ago

hkeeler commented 8 years ago

In order to get the "real" IP of an HTTP client, and not the upstream reverse proxy's IP, Gunicorn needs to support the X-Forward-For HTTP header.

For more details, see:

hkeeler commented 8 years ago

@awolfe76, could you check this one out? Just a one-line config change.

awolfe76 commented 8 years ago

:+1: