This commit is contained in:
Spartan322
2025-07-19 14:15:00 -04:00
909 changed files with 11718 additions and 4256 deletions

View File

@@ -242,7 +242,7 @@ bool HTTPRequest::_handle_response(bool *ret_value) {
String new_request;
for (const String &E : rheaders) {
if (E.containsn("Location: ")) {
if (E.to_lower().begins_with("location: ")) {
new_request = E.substr(9).strip_edges();
}
}