Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Add support for http proxy to esp8266 http client

Open ChrisSmith opened this issue 4 years ago • 4 comments

Fixes https://github.com/esp8266/Arduino/issues/8085

I was able to verify this works with my proxy setup, it would be good for others to test as well, I'm no expert on how proxies are configured.

I do very little c++ so don't be afraid to give me lots of feedback :)

ChrisSmith avatar Jun 02 '21 04:06 ChrisSmith

Thanks for all your updates ! CI is still complaining: https://github.com/esp8266/Arduino/pull/8094/checks?check_run_id=2744634954#step:5:117

d-a-v avatar Jun 04 '21 10:06 d-a-v

@ChrisSmith Do you think you can solve the conflict, or do you need help ? I/someone will merge right after the fix

d-a-v avatar Sep 29 '21 13:09 d-a-v

Hey @d-a-v I don't have time to resolve the conflict and test at the moment. You should be able to resolve + commit to this branch if you'd like. Otherwise I'll get to it when I am free

ChrisSmith avatar Oct 09 '21 19:10 ChrisSmith

https://github.com/esp8266/Arduino/pull/8237 also broke this even more, so I don't mind fixing this instead of @d-a-v

mcspr avatar Oct 13 '21 01:10 mcspr