We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d93cb commit a44cbe5Copy full SHA for a44cbe5
http_communication_with_server.ino
@@ -63,7 +63,7 @@ void setup()
63
if (client.connect(server, port)) {
64
Serial.println("Connected to server");
65
// Make a HTTP request
66
- client.println("GET /score HTTP/1.1");
+ client.println("GET /score/arduino HTTP/1.1");
67
client.println("Connection: close");
68
client.println();
69
}
0 commit comments