By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!It’s the drag-and-drop captcha from Garena.Is it a regular captcha or a Cloudflare captcha?
Proxy and user-agent, that’s what you need. Most of the time, it works.I’m working on a web tool that needs to send continuous requests to an API. If I spam too much, it triggers a captcha. I’m thinking of rotating data_dom and the user-agent , would that be effective?
But in the request, I have to attach data_dom. If I keep using the same data_dom, I’m afraid the IP might still get flagged.Proxy and user-agent, that’s what you need. Most of the time, it works.