Jump to content

Recommended Posts

Posted

After clicking on the button on the site, js shows the values that are not in the html. How to get the values Analyzer "ResponseContent"?

$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
 $oHTTP.Open("GET", "https://........", False)
 $oHTTP.Send('')
 
 $jk = "........"  
 $oHTTP.Open('POST', 'https://.....', False)
 $oHTTP.Send($jk)
 
 $oHTTP.Open("GET", "https://........", False)
 $oHTTP.Send('')
 $resp=$oHTTP.ResponseText
 FileWrite("txt.html", $resp) ;  ResponseContent()  ???

 

 

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
  • Recently Browsing   0 members

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