Re: Cocoa HTTP POST?
Re: Cocoa HTTP POST?
- Subject: Re: Cocoa HTTP POST?
- From: Scott Anguish <email@hidden>
- Date: Sat, 2 Mar 2002 02:22:01 -0500
another option is CURLhandle.. Dan Wood has been working on this.. it
uses the CURL libraries, and as such supports a substantially better URL
functionality
http://softrak.stepwise.com/display?pkg=2799&os=20
On Friday, March 1, 2002, at 10:58 PM, Angela Brett wrote:
Hi All,
I'm wondering if anyone can help me here?
I want to open a URL in a web browser from a Cocoa program, but I want
to POST data to the url rather than use GET.
I asked that question a while ago, and I ended up using SmallSockets
(http://smallsockets.sf.net) It's not quite as simple as using
NSWorkspace for an HTTP GET, because you have to know how to actually
form the HTTP POST request, but it works.
_______________________________________________
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.