This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes JSON and http header Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "JSON and http header" Watch "JSON and http header" New topic
Author

JSON and http header

olze oli
Ranch Hand

Joined: Jun 20, 2009
Posts: 148
hey there,

i want to develop a little ap for controlling a website (dont want to open the browser all the time)
so i started but now its going a little bit tricky

this is what firefox says (live http headers):



so i started creating the JSONObject with the json.org library but now i get stuck...

i use HtmlUnit to open the file.php?getSearchResults but how should i pass the JSONObject to it?

this is the first time i do such expert stuff, so please be patience with me

ps.: i didnt know where to post this, so i hope this is the correct forum
olze oli
Ranch Hand

Joined: Jun 20, 2009
Posts: 148
got the solution... just used HttpClient, PostMethod and added the application/json content
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSON and http header
 
Similar Threads
response.setHeader not working
Request Object
To know about File Upload
HttpUrlConnection: Login works only for first page
HttpClient file upload code review