Handle Request payload using HTTPX for post data and capcha key to google recapchaV2
I’m trying to send the key I got from anti captcha, an example of the key is like this { "errorId":0, "status":"ready", "solution": { "gRecaptchaResponse":"3AHJ_VuvYIBNBW5yyv0zRYJ75VkOKvhKj9_xGBJKnQimF72rfoq3Iy-DyGHMwLAo6a3" }, "cost":"0.001500", "ip":"46.98.54.221", "createTime":1472205564, "endTime":1472205570, "solveCount":"0" } I’m trying to send the value in the g-response key (it contains bypass capcha) but I don’t know how to send a payload… Read More Handle Request payload using HTTPX for post data and capcha key to google recapchaV2