puppeteer/new-docs/puppeteer.protocol.network.continueinterceptedrequestrequest.rawresponse.md
2020-07-13 14:01:35 +01:00

757 B

Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > rawResponse

Protocol.Network.ContinueInterceptedRequestRequest.rawResponse property

If set the requests completes using with the provided base64 encoded raw response, including HTTP status line and headers etc... Must not be set in response to an authChallenge.

Signature:

rawResponse?: string;