Has anyone ever gotten an HTTP POST to work with the INetLib?  I am trying
to send data to an IIS server via the POST method, no proxy server involved.

In the past I have used the GET method to pass information to IIS from the
Palm, but that will no longer suffice.  With the GET method I would just use
INetLibURLOpen and then INetLibSockRead to send and retrieve data.

With the POST method, as near as I can tell, INetLibURLOpen will not work.
So instead I followed the INetLow example by using INetLibSockOpen,
INetLibSockHTTPReqCreate, INetLibSockHTTPReqSend and INetLibSockRead to send
and retrieve data.  I can see the request coming across to IIS, but there is
no POST data.

Any ideas???

Thanks,

Matt Lepird



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to