lbernstone
lbernstone
@me-no-dev I think it is the loopWDT that generates these errors, but I can't really see how to disable it during the format.
Is what you really want here to have 308 (HTTP_CODE_PERMANENT_REDIRECT) behave like the other redirects? Try changing [sendRequest](https://github.com/espressif/arduino-esp32/blob/master/libraries/HTTPClient/src/HTTPClient.cpp#L629-L631) and see if that gives you the behavior you want.
Run curl with -vvv options to see the full transaction. Turn on verbose logging on the esp32 to see the same transaction. Make sure that the server response is the...
Tools menu 
Just an additional final note here. The easiest way that I see to handle this now is to set the CPU Frequency to 26MHz in the board menu, then add...