| 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
|
 |
 |
|
|
subject: HTTP post Json
|
|
|