Page 1 of 1
Connecting to a proxy server
Posted: Wed Jul 31, 2019 9:36 am
by Mozmallow
Hi,
I have requirement where my ESP32 needs to connect to the wifi with a proxy setting. Where can I put in the proxy settings for the network in the ESP32?
Thanks.
Re: Connecting to a proxy server
Posted: Thu Aug 01, 2019 2:50 am
by ESP_Sprite
You don't; proxy support is normally implemented on an application level.
Re: Connecting to a proxy server
Posted: Thu Aug 08, 2019 11:20 am
by Mozmallow
ESP_Sprite wrote: ↑Thu Aug 01, 2019 2:50 am
You don't; proxy support is normally implemented on an application level.
So I can't find help for application-level queries here? Also, do any of the native API or functions support this feature?
Thank You.
Re: Connecting to a proxy server
Posted: Fri Aug 09, 2019 1:41 am
by ESP_Sprite
No, sorry. In general, I think nowadays non-transparent proxies are a bit of an oddity in general.