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.
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.