Mia Posted February 13, 2017 Posted February 13, 2017 (edited) Hello everyone, Is it possible to parse XHTMLHttpRequest data using WinHTTP.au3 ? Here is the data trying to parse, when using Chrome Debugging: Under "Query String Parameter" Quote do=ajaxscan Under "Form data" Quote number=004481254125 Basically I would use it this way: _WinHttpSimpleSSLRequest($sReq, 'POST', '/index.php?do=ajaxscan' & @CRLF) But how do I parse the number since it's form data? Thanks. Edited February 13, 2017 by Mia
ripdad Posted February 17, 2017 Posted February 17, 2017 Mia, You will have to post an example of what the data looks like, before anyone can help you. Otherwise, everyone is left to guess what you want. "The mediocre teacher tells. The Good teacher explains. The superior teacher demonstrates. The great teacher inspires." -William Arthur Ward
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now