This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes post url connection not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "post url connection not working " Watch "post url connection not working " New topic
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
    
  10

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: post url connection not working
 
Similar Threads
HttpUrlConnection is not working
HttpUrlConnection is not working
HttpUrlConnection is not working
Multiple posts over a secure connection
Problem with using HttpsURLConnection