You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the proxy call the url loads as expected. I have tested this with multiple proxys all yielding the same result on some websites such as brandsmartusa which appear to be using apache reverse-proxies on their backend.
Note: Calling the same url and proxy using the request npm module loads the page as expected.
The text was updated successfully, but these errors were encountered:
There is a bug where 301 forwarders are ignored in some situations:
Using TinyProxy the newest superagent and superagent-proxy via an express route which is the pipe(res) output.
The result is:
Moved Permanently
The document has moved here.
Apache Server at www.brandsmartusa.com Port 443
Removing the proxy call the url loads as expected. I have tested this with multiple proxys all yielding the same result on some websites such as brandsmartusa which appear to be using apache reverse-proxies on their backend.
Note: Calling the same url and proxy using the request npm module loads the page as expected.
The text was updated successfully, but these errors were encountered: