Jump to content

Recommended Posts

Posted (edited)

i want to call a web page with GET Method

but Firstly i want to pass HTTP BasicAuthLogin

i have the user & pass so how Auth to site  automatically

HTTP_BasicAuthLogin.png

and this the code  use

$oIE = _IECreateEmbedded ()
$Form1 = GUICreate("Form1", 500, 500, 193, 125)
$GUIActiveX = GUICtrlCreateObj($oIE, 0, 0, 500, 450)
_IENavigate ($oIE, "http://cooderhost.com/reciver?id=2159")

 

Edited by coooder

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...