Top "Nsurlrequest" questions

on iOS , NSURLRequest objects represent a URL load request in a manner independent of protocol and URL scheme.

Reliable way to compare two NSURL or one NSURL and an NSString?

I recently had a problem when comparing two NSURLs and compare one NSURL with an NSString(which is a URL …

objective-c uiwebview nsstring nsurl nsurlrequest
Alternative method for NSURLRequest's private "setAllowsAnyHTTPSCertificate:forHost:"?

My iPhone application was rejected solely for using the (very safe, it seems) private method +setAllowsAnyHTTPSCertificate:forHost: for NSURLRequest. Is …

iphone cocoa cocoa-touch nsurlrequest iphone-privateapi
How do I make HTTP post request for getting JSON object in response for iPhone application?

I've a web service running on server which return data either in XML format or JSON format. I wanted to …

iphone json cocoa-touch nsurlrequest
Get cookies from NSHTTPURLResponse

I've an extremely weird problem, I'm requesting a URL and I want to get the cookies from it, I've used …

objective-c cookies nsurlrequest nshttpurlresponse
Bad URL when requesting with NSURL

I'm trying to request this kind of URL in iPhone 4.0 SDK (access token slightly modified because you don't really need …

iphone objective-c ios4 nsurlrequest
NSURLRequest: How to handle a redirected post?

I have a tried and tested use of NSURLRequest (and accompaniments) implementation, that works great for GETs, and POSTs for …

ios redirect nsurlrequest
Can you intercept NSURLRequests in a UIWebView without breaking the back button?

I'm having trouble loading custom HTML into my UIWebView without breaking its goBack method. What Works I'm intercepting the URL …

ios cocoa-touch uiwebview nsurlrequest
NSURLConnection leak?

i have set up a nsurl which grabs the data from http. when i run instrument, it says i have …

objective-c memory-management memory-leaks nsurlconnection nsurlrequest
NSURLRequest cannot handle HTTP body when method is not POST?

Whenever I set a body on a mutable request with the method set to anything other than POST, the body …

iphone cocoa nsurlrequest
Domain=NSURLErrorDomain Code=-1001 "The operation couldn’t be completed. (NSURLErrorDomain error -1001.)"

my program is write for upload the picture from the cam,sample code below: #define WEBSERVICE_URL @"http://192.168.0.104/upload.php" …

nsurlconnection afnetworking nsurlrequest nsurlsession xcode6-beta6