Search found 1 match

by jayfisher
Wed Jan 06, 2021 8:53 pm
Forum: ESP32 Arduino
Topic: ESP32 HTTP POST Fails When using a Long Header Message
Replies: 1
Views: 2150

ESP32 HTTP POST Fails When using a Long Header Message

Hey everyone, I was wondering if there is a way to change the max header length for the esp_http_client library. I need to upload an auth token with 1000 characters and any header above a few hundred characters is giving me issues. I have plenty of memory available (around 100KB). Thanks in advance ...