Hey,
My school has an online portal where I can check what classes I have for the day, if teachers are sick, read news etc.
I want to make an iPhone Web Application for this, and I want to read content from the site using either file_get_contents() or cURL, but it gives me error code 401 "The server requires authorization to fulfill the request.".
Is there a way to create a login field on my website which sends the login information to a given URL and authenticates me, so that I can read content from the website?
The site runs https://
My school has an online portal where I can check what classes I have for the day, if teachers are sick, read news etc.
I want to make an iPhone Web Application for this, and I want to read content from the site using either file_get_contents() or cURL, but it gives me error code 401 "The server requires authorization to fulfill the request.".
Is there a way to create a login field on my website which sends the login information to a given URL and authenticates me, so that I can read content from the website?
The site runs https://
Comment