WWW::Mechanize for Objective C / iPhone?
Posted
by dan
on Stack Overflow
See other posts from Stack Overflow
or by dan
Published on 2010-01-13T00:34:19Z
Indexed on
2010/04/20
15:33 UTC
Read the original article
Hit count: 777
Hi,
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 was using mechanize for automatic cookie management. Is there something similar for Objective C that is portable to the iPhone?
Thanks for any help.
© Stack Overflow or respective owner