Search found 1 match

by nigeljohnson73
Wed Oct 06, 2021 6:43 am
Forum: ESP32 Arduino
Topic: Connecting via a SOCKS proxy
Replies: 0
Views: 2088

Connecting via a SOCKS proxy

Is there a way/library/bit of code that I can use to connect to a site through a SOCKS proxy? If I use client.connect() and then use it directly I get an error from my proxy complaining that it is not an HTTP proxy. If I wrap the client connection in the http.begin() call and use an HTTPClient, the ...