开发者

Passing UN and PW through a HTTP response

开发者 https://www.devze.com 2022-12-15 13:12 出处:网络
I was wondering if its possible to redirect a user to a web page that required a username and password such as the one you would require for an IIS authenticated web site and automatically send throug

I was wondering if its possible to redirect a user to a web page that required a username and password such as the one you would require for an IIS authenticated web site and automatically send through the UN and PW, eg -

Respons开发者_高级运维e.Username = "";

Response.Password  = "";

Response.Redirect("url");


I do not believe this is possible under any of the authentication forms provided by default. This would not work across domains either.

0

精彩评论

暂无评论...
验证码 换一张
取 消