79318469

Date: 2024-12-30 19:47:02
Score: 1
Natty:
Report link

The following code allows you to print both, host and URI to the console:

Serial.print("Request: ");
Serial.print(webServer.hostHeader());
Serial.println(webServer.uri());
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NDB