puppeteer/docs/api/puppeteer.httpresponse.remoteaddress.md

313 B

sidebar_label
HTTPResponse.remoteAddress

HTTPResponse.remoteAddress() method

The IP address and port number used to connect to the remote server.

Signature:

class HTTPResponse {
  remoteAddress(): RemoteAddress;
}

Returns:

RemoteAddress