Open nubela opened 10 years ago
Yeah, shrpx does not work with this site well. We are now concentrating on HTTP/2 proxy called nghttpx, which also supports SPDY proxy. https://github.com/tatsuhiro-t/nghttp2 I confirmed nghttpx works with this site.
Thanks, I'll be migrating from shrpx to nghttpx then.
Hi,
I'm using shrpx on --spdy (spdy proxy mode) to a Squid backend server. However, some sites, for example, such as http://www.nytimes.com/2014/08/03/magazine/the-kids-who-beat-autism.html break with redirect loops, namely because of 301 status codes.
How can this be resolved?
Thank you!