How I can Open SharePoint URL in UIWebView - Embedding credential into URL request to avoid prompt for credential. I am developing small application which can open specified SharePoint site URL without manually passing require credential. The URL I am trying to open needs credential but I want to embed these credential to the request I will make to open the URL ins UIWebView control. I don't want to open the URL in Safari.
In Simple words. I need to authenticate in the background. The user should navigate directly into the Sharepoint list page.