Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7044385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:24:12+00:00 2026-05-28T02:24:12+00:00

Which browser support REST completely? Means Get,Post,PUT and DELETE method? I understood the rails

  • 0

Which browser support REST completely?
Means Get,Post,PUT and DELETE method?

I understood the rails way to understand PUT and DELETE is “_method” hidden variable like

  <form id="form_id" action="" method="PUT" >
   -- form content --
   </form>

method=”PUT”?

Or am I thinking wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:24:13+00:00Added an answer on May 28, 2026 at 2:24 am

    In many REST frameworks calling the HTTP PUT or DELETE operations from a browser can be achieved through what is known as an “Overloaded POST”. What this means is you submit the request from the browser to the server as a POST request with some information appended to the URL specifying the actual HTTP method that should be used.

    I know that the Restlet framework for Java follows this approach and I believe Rails does as well.

    So if you have a REST API defineed like this:

    • POST - http://myservice/myobject -> creates a new object and
      returns the object id
    • GET - http://myservice/myobject/id ->
      returns the object
    • PUT - http://myservice/myobject/id ->
      updates the object
    • DELETE - http://myservice/myobject/id ->
      deletes the object

    using Overloaded POST from the browser you could also

    • POST - http://myservice/myobject/id?method=PUT -> updates the object
    • POST - http://myservice/myobject/id?method=DELETE -> deletes the object

    In fact, for Flex which does not support PUT or DELETE, this is the only way to call these REST operations.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I check which functions of JavaScript the browser support which I am
Is there any data regarding how browsers actually support rest http verbs (especially PUT,
There are too many method for embedding flash in html, which way is the
I am learning about REST and PUT/DELETE, I have read that both of those
Even if I offer alternatives to PUT and DELETE (c.f. Low REST), how can
On a page (which I maintain for myself and thus can restrict browser support
Which browsers have support for CSS :before { content: x; }? I could not
Which browsers other than Firefox support Array.forEach()? Mozilla say it's an extension to the
Which web browsers (and version) support Gelocation via HTML5?
I'm working on an isometric game for fast browsers that support <canvas> , which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.