PDA

View Full Version : How to read specific field of "Response Header"




mcapradeep
Feb 3, 2009, 05:42 AM
hello,
I am new in iPhone development.
Any one can help me regarding how to read specific field of response header in iPhone.
Please help me, its an urgent requirement.

Thanks a lot in advance..



robbieduncan
Feb 3, 2009, 07:10 AM
Response Header from what? A request via HTTP to a remote server? Post some code to give us some idea of where you are and you might get some help, but as a starter I'd suggest you look at the async methods in NSURLConnection (http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/index.html).