Cocoa HTTP POST?
Cocoa HTTP POST?
- Subject: Cocoa HTTP POST?
- From: Jamie Curmi <email@hidden>
- Date: Sat, 2 Mar 2002 14:05:30 +1100
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.
For example, I can do something like:
[[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:@"
http://blah.com/?X=1&Y=2"]];
Is there a similar call I can make where I POST the argument X=1 and Y=2?
Any help appreciated.
Jamie
_______________________________________________
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.