arduino-esp32
arduino-esp32 copied to clipboard
Fixes Cookie Case Sensitivity
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