Jump to content

Recommended Posts

Posted

Hi!

How can I get info from that site?

http://facepunch.com

It asks me turn on Java script.

How can I do with winhttprequest?

That code does not work:

$url = "http://facepunch.com"
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET", $url, 0)
$oHTTP.Send()
Local $txt = $oHTTP.Responsetext
$oHTTP = 0
Msgbox(0,"", $txt)

Thank You!


 

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
×
×
  • Create New...