Tagged Questions
7
votes
2answers
10k views
Managing HTTP Cookies on iPhone
I want to port a python app that uses mechanize for the iPhone. This app needs to login to a webpage and using the site cookie to go to other pages on that site to get some data.
With my python app I ...