Hey guys,
(Yes test is not my Login, I just take out)
so I used a adapted Script for the new reCaptcha of google found here:
http://zennolab.com/discussion/threads/kapcha.19555/page-2#post-133476
now I edited the request to following for deathbycaptcha:
URL : http://api.dbcapi.me/api/captcha
The Request response is empty. So I guess I made a mistake. The Image need to be coded in BASE64. Did I everything correct ?
API:
username
password
captchafile
banner
banner_text
type
(Yes test is not my Login, I just take out)
so I used a adapted Script for the new reCaptcha of google found here:
http://zennolab.com/discussion/threads/kapcha.19555/page-2#post-133476
now I edited the request to following for deathbycaptcha:
URL : http://api.dbcapi.me/api/captcha
Код:
--method
Content-Disposition: form-data; name="method"
post
--username
Content-Disposition: form-data; name="username"
Test
--password
Content-Disposition: form-data; name="password"
Test
--CaptchaScreenshot(the 6 Images)
Content-Disposition: form-data; name="captchafile"; filename="{-Project.Directory-}{-Variable.re_captha-}.jpg"
Content-Type: image/jpg
{-Project.Directory-}{-Variable.re_captha-}.jpg
--The Image on Top (preview Image)
Content-Disposition: form-data; name="banner"; filename="{-Project.Directory-}{-Variable.re_captha2-}.jpg"
Content-Type: image/jpg
{-Project.Directory-}{-Variable.re_captha2-}.jpg
--The Text like (select xyz)
Content-Disposition: form-data; name="banner_text"
{-Variable.Base_text-}
--type of Captcha (3 for the new one)
Content-Disposition: form-data; name="type"
3
API:
username
password
captchafile
banner
banner_text
type