How to post a raw data use http client
-
I dont know how to do it ? Bcz i have the big data post. Have so many key and value. So i cant fetch it one by one flow format of bablosoft :(
-
-
i know that
example i have a data want to POST
uid=xxxx&password=xxxx&signform=signin
i dont want to fetch "uid","xxxx","password","xxxx","signform","signin"
i hope u can add a function allow us input "uid=xxxx&password=xxxx&signform=signin" . Dont need fetch anything
Hope u understand
Thank you
-
When you put "uid","xxxx","password","xxxx","signform","signin" into Post Data filed it will automatically transform to "uid=xxxx&password=xxxx&signform=signin" with Content Type set to urlencode, which is default
-
yes bro i know that. But the problems here, i do it manually. And it take me a lot time
if i have 1k key and value = i do it "key1","value1" 1000 times. @@
Why u dont allow user put direct "uid=xxxx&password=xxxx&signform=signin" ?