IFrame and Basic Authentication

Posted by Arvind on Stack Overflow See other posts from Stack Overflow or by Arvind
Published on 2009-12-16T21:36:17Z Indexed on 2010/04/14 14:03 UTC
Read the original article Hit count: 501

Filed under:

I have a webpage which displays an IFrame. The IFrame source page is located on the other server which needs Basic Authentication. Is there a way to programatically pass the basic authentication information to the other server page so it does not throw the login box using Asp.net ?

© Stack Overflow or respective owner

Related posts about ASP.NET