boblemaire / asyncHTTPrequest

asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
GNU General Public License v3.0
65 stars 31 forks source link

Basic Authentication using URL Encoding (in POST) Crashes with Guru Meditation Error #28

Closed felixkosmalla closed 4 years ago

felixkosmalla commented 4 years ago

When using authentication using username and password in front of the hostname, e.g. http://user:passwort@hostname.com/, the ESP32 crashes with a Guru Meditation Error.

This is not a big deal, since this method is apparently deprecated . Just leaving this here in case someone is having the same struggles.