Read JSON response from XHR

Viewed 18

I am scraping website and it has 2 post requests. One from google for recaptcha and another is website php file. Now I need to know how to read their response once post request is made. I need to fetch response from recaptcha as shown in browser. I need this json data which has token to post it as the website php post attribute. So I can get its response. So how to get response of Xhr post for google recaptcha.

0 Answers
Related