Getting XML via HTTP secured with ACL

  • Thread starter Thread starter John Smiths
  • Start date Start date
J

John Smiths

Does anyone know how I can do this. Client has XML file
generated daily that only I should be able to pick up. It
is on an HTTP server and secured as only being accessible
to a specific Win2K user/password.

....or should I be looking at KeyInfo. Can't find any
examples of how to use it though.

Any help appreciated.
 
Would the "WebRequest.PreAuthenticate Property" MSDN topic help? They give
an example of supplying user credentials and issuing a web request to a
server requiring authentication.
 
Back
Top