A
Andreas Schurz
Hello everybody,
I need to setup a mechanism (preferred in ASP .net) to
open an URL on a different user level protected virtual
server (or even on a real different server).
My program knows the username, password and domain
information needed to authenticate to this URL.
Question:
Is it possible to post / parse those values to the
different URL so that the windows login dialog (user,
password, domain) won't open and the authentication is
done somehow internally. The problem is that I cannot
manipulate the target application so I have to get around
this.
It is possible to post username and passwort via URL such
as http://user:[email protected] which works fine but
for some servers I need to pass the domain as well because
only domain users are allowed to access the directory.
Is there a way to implement this behaviour in ASP?
Many thanks for your help in advance.
Regards, Andreas
I need to setup a mechanism (preferred in ASP .net) to
open an URL on a different user level protected virtual
server (or even on a real different server).
My program knows the username, password and domain
information needed to authenticate to this URL.
Question:
Is it possible to post / parse those values to the
different URL so that the windows login dialog (user,
password, domain) won't open and the authentication is
done somehow internally. The problem is that I cannot
manipulate the target application so I have to get around
this.
It is possible to post username and passwort via URL such
as http://user:[email protected] which works fine but
for some servers I need to pass the domain as well because
only domain users are allowed to access the directory.
Is there a way to implement this behaviour in ASP?
Many thanks for your help in advance.
Regards, Andreas