Re: NSMutableURLRequest setHTTPBody
Re: NSMutableURLRequest setHTTPBody
- Subject: Re: NSMutableURLRequest setHTTPBody
- From: "Kyle Sluder" <email@hidden>
- Date: Tue, 23 Sep 2008 20:26:49 -0400
On Tue, Sep 23, 2008 at 7:14 PM, John Zorko <email@hidden> wrote:
> I've a question -- if I have an NSData object with non-ASCII data in it,
> will NSMutableURLRequest -setHTTPBody automatically URL-encode it? I'm
> trying to POST some image data to a web server.
I don't see why you could assume that to be the case. It's not
required that the body of a POST be urlencoded.
HTH,
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden