You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
Looks like this solver stopped working. Comparing the traffic generated with this utility and the traffic generated by a browser, looks like that after loading the initial page with the challenge, and going to solve it, the utility try to do a "GET" with "cf_chl_jschl_tk", "pass" and "jschl_answer".
Now, in the browser's version, It changed to a "POST", and with this changes:
-Parameters "pass" and "jschl_answer" are now send throught the body.
-Added "jschl_vc" (Obtained from the initial page load) and "r" to the previous parameters.
Hope it helps the developer.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, how are you?
Looks like this solver stopped working. Comparing the traffic generated with this utility and the traffic generated by a browser, looks like that after loading the initial page with the challenge, and going to solve it, the utility try to do a "GET" with "cf_chl_jschl_tk", "pass" and "jschl_answer".
Now, in the browser's version, It changed to a "POST", and with this changes:
-Parameters "pass" and "jschl_answer" are now send throught the body.
-Added "jschl_vc" (Obtained from the initial page load) and "r" to the previous parameters.
Hope it helps the developer.
Thanks!
The text was updated successfully, but these errors were encountered: