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"
Under "Form data"
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.