0

Here i use XCode 5. I did enter a URL in iphone safari browser. it will be show authentication required pop up. Show like authentication required pop up image beolw.

enter image description here

Is possible show authentication required pop up in UIWebview?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Taj rajan
  • 601
  • 1
  • 6
  • 20

1 Answers1

-1

This worked for me:

 [self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:http://username:password@subdomain.companyname.com/]];

Also have a look at this stackoverflow answer

Community
  • 1
  • 1
hirenhcm
  • 93
  • 1
  • 10