[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [remoteAddress](./puppeteer.httpresponse.remoteaddress.md)
## HTTPResponse.remoteAddress() method
Signature:
```typescript
remoteAddress(): RemoteAddress;
```
Returns:
[RemoteAddress](./puppeteer.remoteaddress.md)
The IP address and port number used to connect to the remote server.