Furry / 2captcha

A wrapper around the 2captcha api
71 stars 23 forks source link

Funcaptcha Question: After getting the token, what would be the next step? #39

Closed jvjunsay closed 1 year ago

jvjunsay commented 1 year ago

Hello question regarding funcaptcha, after getting the result, what would be the next move? is there a callback that needs to be called after setting the fc-token? thanks

Brainpepper commented 1 year ago

You should find the element named captchaUserResponseToken (or similar) and push the result into the value of that element, then make a post request of the form where that element is located.