THE FORUM IS IN READ-ONLY MODE
how to convert this to post-request?
-
how to convert this to post-request?
-
Hey @MixFix
Select Content-Type --> application/json
and copy the text and past like this in the post data
{"phone':375293602527"}
-
@Why001
but how to correctly issue this request, I try to follow the example but does not want to be authorized
-
Try to replace the password by <PASS> and the username by <USER>
-
And do like my first example
-
@Why001 {"password':<PASS>","username':<USER>"} = response from the site - {"username": ["The username field is required."], "password": ["The Password field is required."]}
-
@MixFix put an account in the debugger?
-
@Why001 said in how to convert this to post-request?:
@MixFix put an account in the debugger?
of course
-
@Why001 said in how to convert this to post-request?:
@MixFix put an account in the debugger?
not woking
-
You see what in the HTML view ? @MixFix
-
@Why001 it's html view response
-
@MixFix and what is this response
-
@Why001 {"username": ["The username field is required."], "password": ["The Password field is required."]}
-
@MixFix You use the last version of ob ?
-
{\n"phone':<CODE>"\n}
just use this,it's number so using <CODE>
-
@Why001 anomaly v1.4.3
-
@MixFix Check your environment file, maybe there is a problem on the USER,PASS REGEX
-
@MixFix okay use the last version please bro first
-
@Why001 {"password":"<PASS>","username":"<USER>"} it's work
thx for helpclosed topic
-
@MixFix kk np