Hello all,
So I am trying to connect to my company's website through an HTTP authentication request. The problem is, in order to validate, it has to go through a series of redirects and gather 2 cookies along the way. Does anyone know if the ASI libraries found here have a way of handling this sort of thing?
For example, does the request traverse the redirects automatically? I mean I set the username and password for the request for the login page, but I am not sure how to make it do anything from there. I have solved this problem in Java, but am relatively new to iPad/Objective-c programming Any help in this whatsoever would be greatly appreciated. Thanks!