I am curious whether there is an option to define/limit how big data to download. For example, I do not want to download data bigger than 10 MB. Is there any kind of setting to define this?
I was thinking about using content-length header, but the header does not have to be returned at all.
Hello,
If I have a request ID and need to get response body, I can use the following method. https://chromedevtools.github.io/devtools-protocol/1-3/Network/#method-getResponseBody
I am curious whether there is an option to define/limit how big data to download. For example, I do not want to download data bigger than 10 MB. Is there any kind of setting to define this?
I was thinking about using content-length header, but the header does not have to be returned at all.
Thank you.