GET requests in TOR network without installing TOR browser/bundle?
I want to perform http/https GET requests to the TOR network. My one issue is that this project needs to be scaleable, the software I'm designing needs to be light so having all users installing the TOR bundle to use with my program isn't possible. Is there someway to generate GET requests on the TOR network without having the browser? For example can I do direct requests to a TOR bridge? Yes, it's possible. Tor Browser just runs the Tor daemon in the background and proxies it's requests through it. You'll just want to install, configure, and run the daemon yourself for your application. For