Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default XMLHTTP.OPEN + PASSWORD + USERNAME

Dear friends,
using xmlhttp.open i am able to connect to a webservice.
in the envelop i can include user name and password and i can invoke the
webservice method. good job. thanks!.

but now , i have to connect to a website www.venki.com this will take you
to the login page, if you are not logged into the website.

and i have to access http://www.venki.com/returndataSet.a...me=ven?lname=n...
this page. i dont want any result set back.

My idea is when we open
http://www.venki.com/returndataSet.a...me=ven?lname=n... this page should be
able to see the result without logging in. i am logging into the website
programmatically lets say from vba using
oXMLHTTP.Open "GET", "http://www.venki.com/Login.aspx", False, "venki", "ven"
if we have logged into the website this way then we should be able to see
the results without getting redirected to Login.aspx page.

but oXMLHTTP.Open is not working i guess.
advice me please



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get a adcenter username and password Chops Excel Discussion (Misc queries) 0 November 11th 08 11:31 PM
Is there a template for username and password storage for Excel? help Excel Discussion (Misc queries) 1 May 17th 05 03:29 PM
Web Query: Username and Password. Sharad Naik Excel Programming 0 December 16th 04 09:43 AM
username & password check Jack Excel Programming 5 October 8th 04 03:20 PM
creating a username and password box kil Excel Programming 1 May 20th 04 08:20 AM


All times are GMT +1. The time now is 10:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"