tags:

views:

4

answers:

0

Hi

I am accessing web pages using Http Post method.The process that i am following is mentioned below

1) Making an synchronous POST request with User name and password and the request URL 2) I am retrieving response as NSData in )webView shouldStartLoadWithRequest method. 3) Retrieving header fields from the response in NSDictionary.

Above thing is working fine in some cases, but in case of multiple redirects(302) I am getting response as null.

Please help...is there any way to handle above mentioned problem.

Thanks in Advance:)

Regards Aparna