Is there any way I could use stringWithContentsOfURL: on a page that requires users to log in to a website, for example,
https://forums.macrumors.com/profile.php?do=quotenotifications
?
I'd like the solution to be agnostic of the specific website - I just want the user to enter a URL and optionally login credentials and for them to get the contents of the page.
My program already works with URLs that require no login, and it's useful enough as is, but being able to work on URLs that require a login would be a cherry on top.
https://forums.macrumors.com/profile.php?do=quotenotifications
?
I'd like the solution to be agnostic of the specific website - I just want the user to enter a URL and optionally login credentials and for them to get the contents of the page.
My program already works with URLs that require no login, and it's useful enough as is, but being able to work on URLs that require a login would be a cherry on top.