How to display the Authentication Challenge in UIWebView?
Posted
by UVT
on Stack Overflow
See other posts from Stack Overflow
or by UVT
Published on 2009-11-20T11:28:32Z
Indexed on
2010/04/08
6:13 UTC
Read the original article
Hit count: 965
I am trying to access a secure website through UIWebView. When I access it through safari, i get an authentication challenge but the same does not appear in my UIWebView in the application. How can I make it appear?
Any pointers, sample code or links will be very helpful. Thanks a lot.
© Stack Overflow or respective owner