Skip to content

Commit

Permalink
User-Agent: RFID-Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jun 16, 2020
1 parent f5174ac commit 9c97cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ String HTML_RequestText(String url) {
return String("GET ") + url + " HTTP/1.1\r\n" +
"Host: " + SECRET_APP_HOST + "\r\n" +
"Accept-Language: en-US\r\n" +
"User-Agent: ESP32_RFID\r\n" +
"User-Agent: RFID-Logger\r\n" +
"Connection: keep-alive\r\n\r\n"; // we may need to follow a 302; see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection
}

Expand Down

0 comments on commit 9c97cc8

Please sign in to comment.