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