>>  It appears that the "/ HTTP/1.1\r\n" are added by NSMutableURLRequest.
> 
> 
> Yes; that is required by the spec. Otherwise the server would assume the 
> client is using an ancient version of HTTP, which is not what you want to 
> happen.

Got it.

>> But I need it to be "/submit.php?do=submit HTTP/1.1\r\n". So how do I make 
>> these changes?
> 
> 
> Are you sure you're setting the URL correctly? That bit is part of the URL. 
> What is the returned value of [request URL] prior to placing the request into 
> a connection?

Doh!!! Thanks, it's been a while and the mind gets rusty.

Yup, just added it to the URL and now it works just perfect! I'm a happy camper!

Cheers,

Lloyd_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to