Nginx+Passenger: 502 Bad Gateway from Nginx when passing urlencoded URLs in GET vars
- by jimeh
Here's an example of the URLs that don't work:
http://domain/do?url=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fperson
http://domain/do?url=http%3A%2F%2Fwww.linkedin.com%2F
However, the following URL does work:
http://domain/do?url=http%3A%2F%2Fwww.linkedin.com
Also, this only happens with Nginx, using Passenger with Apache it works fine, but we use…