Search found 1 match
- Tue Aug 28, 2018 8:38 am
- Forum: ESP-IDF
- Topic: HTTP Authentication fails when using config with username, password entry
- Replies: 8
- Views: 15102
HTTP Authentication fails when using config with username, password entry
Hello, I'm using ESP32 DevKitC and try to implement http basic authentication. The example code of ESP HTTP Client Example works fine. It accesses a HTTP basic authentication by prepending username:password@ to the hostname in the URL . esp_http_client_config_t config = { .url = "http://user:passwd@...