maximviper
BANNED
- Oct 25, 2010
- 338
- 87
hello guys.
i m new to curl . m trying to automate some logins creation
but the website i m working with is having very complex headers,
captcha image is :
this is the header :
i ahve no clue how to mimic this kind of complex headers.
the tutorials i found have only simple headers.
can anone please suggest me a descent source where i can learn to create such kind of headers?
i m new to curl . m trying to automate some logins creation
but the website i m working with is having very complex headers,
captcha image is :
PHP:
recaptcha/api/image?c=03AHJ_Vusz08Qf9z_MKUOk71WEPCJkgEEzCeB_0c52qYmDTwN6p3eaLHfeik07_T8YwT022gA0dDmn82v8vLv8nnoQrAHXPco9ZI1oXGWiz0KlMD3ujrW7xaAnRL6aBQC4gkhrWaQltylcS5bhTofD9fQ5RG2cyfEjHQ" style="display:block;">
PHP:
Content-Length: 330
Cookie: __utma=235386264.1813212993.1297128520.1297399112.1297401711.6; __utmz=235386264.1297169093.2.2.utmcsr=iwebtool.com|utmccn=(referral)|utmcmd=referral|utmcct=/backlink_checker; __qca=P0-1432432680-1297128524399; __gads=ID=25425b210834a4ed:T=1297155652:S=ALNI_MbB7ucClkr3Oh3MLCkeeK1czQbLoQ; ru=%2create%2Fname%2F; rutxt=create%20a%20new%20bog.; __utmc=235386264; __utmb=235386264.1.10.1297401711
Pragma: no-cache
Cache-Control: no-cache
ajax=1&usname=goookokasd&usemail=goookokasd%40yahoo.com&password=mystery&password2=mystery&eula=on&recaptcha_challenge_field=03AHJ_VuuSnXX09zIJSmYjVo7OspRCgW8X12rEqkXkU7Xbof1wvku53H3jmBEfr90zD8eBWav3UkU4UfY2i-ISzYiEGMVw0ckhDJFvZErzIKbI-8LXVrE1pdpINWhQQ8MsLz4BHu9hfZmF5vhhg26jKEDpFh30bNf8_Q&recaptcha_response_field=edssss%201454
the tutorials i found have only simple headers.
can anone please suggest me a descent source where i can learn to create such kind of headers?