Has anyone managed to get ASP.NET Forms Authentication (with cookies) working with a PhoneGap based mobile application?
I have come across the following questions about managing cookies within PhoneGap and configuring the server properly:
- Where cookie is managed in phonegap app with jquery?
- https://github.com/phonegap/phonegap-iphone/issues/190
- Asp.Net Forms Authentication when using iPhone UIWebView
But unfortunately neither of these solutions work. The requests coming from a PhoneGap application do not indicate an authenticated user even though when I run the same dashboard.html code as a file in Safari the requests show up as authenticated.