coooder Posted June 4, 2015 Posted June 4, 2015 (edited) i want to call a web page with GET Methodbut Firstly i want to pass HTTP BasicAuthLogini have the user & pass so how Auth to site automaticallyand 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 June 4, 2015 by coooder
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now