Aruna Chinnamuthu wrote: > This shows me an error like > /usr/lib/ruby/1.8/net/http.rb:2101:in `error!': 422 "" > (Net::HTTPServerException) > from post_req.rb:13 Are you talking to a Rails app by any chance? Rails uses 422 to mean that the authenticity token is missing from the form, which protects against CSRF. Read about it in actionpack/lib/action_controller/metal/request_forgery_protection.rb You should also see the error in your server log (if you have access to the server side that is) > My Table Structure is like > > Blogpost(id,title,slug,description,created_at,category) This is a list for Ruby, the programming language. Rails questions are best asked on a Rails list. Rails and Ruby are not the same thing; Rails just happens to be written *in* Ruby. Regards, Brian. -- Posted via http://www.ruby-forum.com/.