Top "Nsmutableurlrequest" questions

NSMutableURLRequest is a subclass of NSURLRequest provided to aid developers who may find it more convenient to mutate a single request object for a series of URL load requests instead of creating an immutable NSURLRequest for each load.

NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813)

I am trying for an HTTP call on https. Here is my code snippet. NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL …

objective-c iphone http nsurlrequest nsmutableurlrequest
unsupported URL error code -1002

Hi Please help me how to prepare NSMutableURLRequest for below api URL : www.XXXXXXXX.com/api.php For Login :- …

ios nsmutableurlrequest
Alamofire Custom Parameter Encoding

I'm using Alamofire and want to encode my parameters with content type "text/html; charset=utf-8". I followed the documentation …

swift encoding alamofire nsmutableurlrequest
Objective c - Send an image over http POST

I'm trying to understand how to send an image with http POST and my current client-server protocol design. All the …

objective-c ios http http-post nsmutableurlrequest
Objective C NSMutableURLRequest GET request returns null JSON

trying get Data from server using @"GET" request, this following code returns null all time: is anybody finding an issue …

objective-c json get nsjsonserialization nsmutableurlrequest