Re: NSURL
Re: NSURL
- Subject: Re: NSURL
- From: Glen Simmons <email@hidden>
- Date: Thu, 11 Sep 2003 08:22:10 -0500
On Wednesday, September 10, 2003, at 11:52 PM, April Gendill wrote:
Hi... I know it of course must be possible to read data from a cgi
script on a server, but how? I actually need to post data to a script,
and I haven't a clue how to begin.
While you can do an HTTP GET with NSURL, a POST operation takes a bit
more work. There is an example project for doing an HTTP POST in
/Developer/Examples/Networking called "POST Example".
HTH,
Glen
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >NSURL (From: April Gendill <email@hidden>) |