I am trying to access a secure for local network url 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?
E.g. http://292.168.1.54/TestWeb/Test.pdf
This url working in safari browser but the same url does not appear in my UIWebView
.
Any pointers, sample code or links will be very helpful. Thanks a lot.