|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Reading html source from remote server by giving url |
From: |
Tamirat T |
Date: |
8/1/2001 9:40:32 AM |
IP: |
198.94.171.6 |
We have an asp page to catalogue web resources. Inorder to get some meta data from web resources, we have to be able to read the source (html codes) of a given url.By now,we are able to read
for local servers from a url (example :http://nt40server_1/x.asp)
we encounterd a problem when we are trying to read for remote url(eg:http://www.bbc.com/).There is a firewall at the institution where we are doing the system.A user name and password is given
to the open method(obj.open "GET",url,false,"usrname",password")
but this does not work.We would appreciate if someone can provide us codes how we could do this.
Tnx,
Tamirat T.
|
Follow Up - Re: Reading html source from remote server by giving url - andrew 8/2/2001 1:14:44 AM
|
|
|
|
|
|
|
|
|
|
|
|