Web query; protected site?!?

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi

How can I create a web query from a protected site? How to enter the login
and password ? Any ideas?

Tom
 
Hi Tom,
How can I create a web query from a protected site? How to enter the
login and password ? Any ideas?

It depends on what type of authentication the website is requesting. If
it's integrated security (OS-level), then I think you could use the XMLHTTP
object to get the contents of the page and parse it as needed. If it's web
forms security (the username and passwords are entered into textboxes on the
web page itself), then it's a bit trickier, as you have to POST the data to
the form handler and go from there. For either option, you can do a google
groups search on XMLHTTP to get some ideas.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top