Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes HTTP post Json Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "HTTP post Json" Watch "HTTP post Json" New topic
Author

HTTP post Json

Mark Hughes
Ranch Hand

Joined: Jul 14, 2006
Posts: 145
Hi Eveyone,

Im using HttpURLConnection to do simple HTTP post and get, I know i can add parameters to the connection using DataOutputStream.writeBytes() for the post but this does not work if i try and send JSON type text. What can i use in java to send JSON HTTP post's.

Best
Mark Hughes
Mark Hughes
Ranch Hand

Joined: Jul 14, 2006
Posts: 145
Hi Guys, Sorry i got it working, it was a problem on the server side and not with my code at all.

Best
Mark
Alexander Weicht
Greenhorn

Joined: Apr 04, 2011
Posts: 1
hello Mark,

I have the same problem like you had. I dont yet know how to modify the json-String, so that I can post it. Please could you send me some code lines?

Best Regards!
Alex

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HTTP post Json
 
Similar Threads
How to pass JSON Object to another window using window.open
Sending a jason object via Post
Visual basic forms as presentation layer
How do I send a JSON object from the client to the server in a POST request?
passing response as json vs. string array