arduino-esp32 icon indicating copy to clipboard operation
arduino-esp32 copied to clipboard

Fixes Cookie Case Sensitivity

Open SuGlider opened this issue 3 years ago • 0 comments

Description of Change

Cookie Names and Value are case sensitive, but attibutes such as "Expires", "Max-Age", "Domain", "Path", "Secure", "HttpOnly" must be case insensitively matched. This PR fixes it in HTTPClient::setCookie(String date, String headerValue) function.

Tests scenarios

ESP32

Related links

Fixes #7076

SuGlider avatar Aug 10 '22 20:08 SuGlider