THE FORUM IS IN READ-ONLY MODE
How to post this type of postData
-
-----------------------------191691572411478
Content-Disposition: form-data; name="remember-me"true
-----------------------------191691572411478
Content-Disposition: form-data; name="username"-----------------------------191691572411478
Content-Dispsition: form-data; name="password"-----------------------------191691572411478
Content-Disposition: form-data; name="g-recaptcha-response"-----------------------------191691572411478
Content-Disposition: form-data; name="blcAjax"true
-----------------------------191691572411478--Brothers anyone to teach me how to go about this kind of post data. Thanks
-
- Set "Request Type" to "Multipart"
- Fill the "Multipart Contents" field as following:
string:remember-me:true string:username:<USER> string:password:<PASS> string:g-recaptcha-response:<Recaptcha> string:blcAjax:true
Note that values surrounded with < and > are variables and should be filled with related content
-
@masterchief thank you bro, let me try
-
you can replace "return to the line" by \n to make em one line
and then use the variables as usual
-
@Fairy ohk man
-
@masterchief Thanks