CB when using a captvha service and you control CB from your program over some simulated service, it is also reporting bad captchas back if you do that over the simulated service api.
Should program api to CB match simulated service api?
ie My program could use say DeCaptcher API (simulated) to send captchas to CB but my human service would be DeathByCaptcha, will CB handle incorrect captcha message (ie translate it) or I should match CB simulated API with my human backup service? And vice versa.
I modified my program to report bad captcha and it reported at least 10 already and looks like they did not get through to the dbc service. I use DeCaptcher API to CB and dbc as captcha service... I save ids from resolver and if captcha is wrong use them to report back to CB through DeCaptcher and expect the request to be forwarded to DBC. As I understand that this should work from your previous comment ... Right?
well it is strange but maybe there is a differnece how I can tell DBC that a captcha was incorrect. One way is by socks api, the other by web-form. CB does this by webform. Maybe this is somehow broken? I have no idea really as it really should work.
Comments
well it is strange but maybe there is a differnece how I can tell DBC that a captcha was incorrect. One way is by socks api, the other by web-form. CB does this by webform. Maybe this is somehow broken? I have no idea really as it really should work.
URL I call is:
http://api.dbcapi.me/api/captcha/ID/report with username and password in POST.