Zappa
Zappa copied to clipboard
Handle optional space in x-forwarded-for header
https://github.com/zappa/Zappa/blob/a1e842cf95e5bd99a84e89d5eaaed42ff82f57eb/zappa/wsgi.py#L105
As per the MDN docs the whitespace is optional and I have a case where the request errors because of that.