It is possible, but it would be simpler just to make
the appropriate GET or POST request yourself.
To do that, one would use one of Cocoa's NSURLxxx classes... I
don't remember the exact name offhand, there's two, one is deprecated
(and its header says so) and the other is the one you should be
using. NSURLConnection and NSURLHandle, I think.