I want to extract response body of a webpage. The information I need is in the response body of page 43 out of 60. I tried using another solution which gives me some Chinese texts from the response body (I guess it is encrypted).
I tried some code which gives me response text which is not a requirement here. You can check the response body of page in developer tools-->network-->details-->response body.
It loads only when you click on network traffic capturing button and then refresh the page. It will track all the requests and responses.
How do I get the Response body (not response text) from the webpage using VBA?