| Author |
post url connection not working
|
sai sudhakar
Greenhorn
Joined: Mar 04, 2011
Posts: 4
|
|
I am providing the below given code. it is working well for POST TYPE=GET but not working for POST:: i need some help
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2539
|
|
|
How isn't it working? Is there an error message, bad response code, no response at all? It's possible that the server you're hitting just doesn't respond to POST requests to that URL.
|
 |
sai sudhakar
Greenhorn
Joined: Mar 04, 2011
Posts: 4
|
|
|
i am getting a response code as 400 for request type POST
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
That means Bad Request. That doesn't mean that POST is not supported; that would trigger a 405 error (Method Not Allowed). So something is wrong with the data you send.
I think this is beyond just I/O so I'll steal ( ) this thread away to our Sockets and Internet Protocols forum.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: post url connection not working
|
|
|