Search found 1 match

by RamtinPRG
Sat Mar 26, 2022 3:26 pm
Forum: ESP32 Arduino
Topic: Accessing Response Headers (HTTPClient)
Replies: 0
Views: 3226

Accessing Response Headers (HTTPClient)

Hello, currently I have a problem with accessing headers. Actually, I wanna have the "Set-Cookie" header responding from the server (I'm using HTTPClient library). I tried several methods from HTTPClient class (e. g. hasHeader , collectHeaders , headers and header ) but I think they only work for re...