Jump to content

Parse XMLHttpRequest data using WinHTTP.au3 ?


Mia
 Share

Recommended Posts

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 by Mia
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...