Hey,
back in times when Audio Recaptcha used to work I was bypassing non-supported languages in this way, however c# snippet stopped to work few days back and since then I'm struggling with recaptcha.
Here's what I've tried:
- changing Accepted Language to: en-US, en; q=1; in the project - doesn't work, it still get's overwritten by recaptcha code on site which is
so I believe you cannot override hl=Xx value even with strict q=1 header.
- I did try to "hotswap" the hl=dk part to hl=en or even removing the hl parameter with javascript replace macro, but if I do it the google's sessions get mixed up and recaptcha becomes unsolveable even manually.
Is there any way to change recaptcha language? Or bypass this by manually specifying task. I can easily find and translate task type, but I have no clue how to pass them to capmonster.
Looking forward for your replies, PeterP.
back in times when Audio Recaptcha used to work I was bypassing non-supported languages in this way, however c# snippet stopped to work few days back and since then I'm struggling with recaptcha.
Here's what I've tried:
- changing Accepted Language to: en-US, en; q=1; in the project - doesn't work, it still get's overwritten by recaptcha code on site which is
Код:
<script src="https://www.google.com/recaptcha/api.js?hl=dk" ...
- I did try to "hotswap" the hl=dk part to hl=en or even removing the hl parameter with javascript replace macro, but if I do it the google's sessions get mixed up and recaptcha becomes unsolveable even manually.
Is there any way to change recaptcha language? Or bypass this by manually specifying task. I can easily find and translate task type, but I have no clue how to pass them to capmonster.
Looking forward for your replies, PeterP.