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());