1

I want to be able to make requests with HTTParty via the tor. This functionality isn't yet available in HTTParty gem. How can I change modify it to do requests in combination with Net::HTTP.SOCKSProxy

melnik_vasya
  • 127
  • 8

1 Answers1

1

You could use another gem such as excon this gem support http proxy

sukorenomw
  • 68
  • 1
  • 7