Thanks, but I was hoping for some code samples (using bsd-sockets, not HTML/php/etc.) or at least a specification of what needs to be sent.
I
think with POST, you just add a couple CRLF's after the header and start the data, but I'm not sure. I'm also not sure if it's even necessary. Is there a limit on how long a GET string can be? A limit on how big POST can be?
Edit: I think this might cover it:
http://developers.sun.com/techtopics/mobility/midp/ttips/HTTPPost/