Relative Content

Tag Archive for node.jsapihttp-redirectaxiosproxy

Node.js Axios Request Redirecting Loop

I’m attempting to send a GET request using Node.js Axios with a proxy. I’ve encountered a redirect loop where the request redirects repeatedly to the same URL. I’ve confirmed that the proxy settings are correct.
When i tried the get-request on my home setup without a proxy it worked fine.