Results 1 to 3 of 3
Thread: HTTP POST over sockets
- 09-17-2010, 01:32 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 49
- Rep Power
- 0
HTTP POST over sockets
Is there any way of sending multiple HTTP POSTs over a single socket and connection?
Right now I'm having to create a new connection and then write the POST bytes to the socket's output stream. If I try to loop this method, it only does it once and then for some reason doesn't send anything after that. I can only fix this by creating a new socket for each iteration of the loop, but I'd like a way around that.
- 09-17-2010, 02:11 AM #2
Does the server you are communicating with support it?
What does CONNECTION: keep-alive do for this?
- 09-19-2010, 03:00 PM #3
Member
- Join Date
- Sep 2010
- Posts
- 33
- Rep Power
- 0
Similar Threads
-
HTTP Post working with WCF webservice
By harshal82 in forum Advanced JavaReplies: 0Last Post: 09-03-2010, 06:36 PM -
HTTP Post Request from Java
By Darrarski in forum New To JavaReplies: 10Last Post: 06-05-2010, 05:22 PM -
HTTP Post
By erics44 in forum New To JavaReplies: 0Last Post: 03-22-2010, 01:01 PM -
No location on http post
By malandro95 in forum Advanced JavaReplies: 2Last Post: 03-09-2010, 02:49 PM -
SOAP over HTTP/POST
By sabatier in forum NetBeansReplies: 0Last Post: 07-10-2007, 08:04 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks