Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 :(
@bomden11 http://wiki.bablosoft.com/doku.php?id=how_to_make_post_request#arbitrary_post_data
@support
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
@bomden11
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" ?
@johnsharon said in How to login to any site using HTTP client in BAS?:
How to login to any site using HTTP client in BAS?
you must repeat the same requests that your site sends after you click the login button.
Are you sure you're not using any browser actions in the script? It would be great if you attached a test script to your answer.
@fox okay, I will try it thank you Ill put 1000