As the title says, I've been trying to use Tor as a proxy for Postman and I'm getting the following response when I try to make a request to a specific endpoint that does not support HTTPS
This is a SOCKS Proxy, Not An HTTP Proxy
This is a SOCKs proxy, not an HTTP proxy.
It appears you have configured your web browser to use this Tor port as an HTTP proxy.
This is not correct: This port is configured as a SOCKS proxy, not an HTTP proxy. If you need an HTTP proxy tunnel, use the HTTPTunnelPort configuration option in place of, or in addition to, SOCKSPort. Please configure your client accordingly.
See https://www.torproject.org/documentation.html for more information.
But the thing is, when I use the Tor browser, I can visit the same site just fine.
So what is the browser doing different than my "tor.exe" proxy? Are there any ways around this?