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.

Creating NSData from NSString in Swift

I'm trying to ultimately have an NSMutableURLRequest with a valid HTTPBody, but I can't seem to get my string data (…

xcode nsstring nsdata swift nsmutableurlrequest
NSMutableURLRequest not obeying my timeoutInterval

I'm POST'ing a small image, so i'd like the timeout interval to be short. If the image doesn't send in …

nsurlconnection nsurlrequest nsmutableurlrequest
Print NSMutableURLRequest Contents

I want to ask if anybody has ever tried printing out the values of a NSMutableURLRequest *request; Here's my scenario, …

ios nslog nsmutableurlrequest
Base64 Encoding for NSString

I am trying to post the username and password to the server. I want to convert this username and password …

iphone ios base64 nsmutableurlrequest
Set an NSDictionary in HTTPBody and send using POST method

I want to call a web service with the POST method. I need to post a dictionary with a URL. …

ios objective-c json nsmutableurlrequest
NSURLErrorDomain Code=-1012 The operation couldn’t be completed

I am getting the following error when running my code from the xcode. Error Domain=NSURLErrorDomain Code=-1012 "The operation …

ios objective-c ssl-certificate nsmutableurlrequest nserror
Losing cookies in WKWebView

When I create new request for WKWebView with authentication cookie and send the request, WKWebView correctly loads protected web page: …

cookies nsmutableurlrequest wkwebview
NSMutableURLRequest "The request timed out" issue . .

I am trying to download data in my application by using the following code NSURL *url = [NSURL URLWithString:@"my download …

ios objective-c nsurlconnection nsmutableurlrequest nsurlconnectiondelegate
How to get the source code of a URL

I am not able to get the HTML source code when I try to request this URL: http://www.google.…

ios nsurl nsmutableurlrequest