About 53 results
Open links in new tab
  1. What is the difference between POST and PUT in HTTP?

    PUT is used by FB to update the comment because an existing resource is being updated, and that is what PUT does (updates a resource). PUT happens to be idempotent, in contrast to POST.

  2. Use of PUT vs PATCH methods in REST API real life scenarios

    First of all, some definitions: PUT is defined in Section 9.6 RFC 2616: The PUT method requests that the enclosed entity be stored under the supplied Request-URI. If the Request-URI refers to an a...

  3. What is the difference between PUT, POST, and PATCH?

    Jun 27, 2015 · Difference between PUT, POST, GET, DELETE and PATCH in HTTP Verbs: The most commonly used HTTP verbs POST, GET, PUT, DELETE are similar to CRUD (Create, Read, …

  4. In REST is POST or PUT best suited for upsert operation?

    Aug 27, 2013 · The expected method for updating an existing record is PUT. So your choice should be PUT. POST is generally used for inserting a new record with a brand new content like in the example …

  5. Where should I put <script> tags in HTML markup? - Stack Overflow

    When embedding JavaScript in an HTML document, where is the proper place to put the <script> tags and included JavaScript? I seem to recall that you are not supposed to place these in the &lt...

  6. rest - How to do a PUT request with cURL? - Stack Overflow

    Dec 8, 2012 · How do I test a RESTful PUT (or DELETE) method using cURL?

  7. Using PUT method in HTML form - Stack Overflow

    Nov 8, 2011 · Can I use "Put" method in html form to send data from HTML Form to server? Yes you can, but keep in mind that it will not result in a PUT but a GET request. If you use an invalid value for …

  8. How to put more than 1000 values into an Oracle IN clause

    Dec 30, 2008 · How to put more than 1000 values into an Oracle IN clause [duplicate] Asked 17 years, 3 months ago Modified 5 years, 6 months ago Viewed 450k times

  9. REST API Best practices: Where to put parameters? [closed]

    Oct 26, 2010 · If there are documented best practices, I have not found them yet. However, here are a few guidelines I use when determining where to put parameters in an url: Optional parameters tend …

  10. How can I put Copilot chat back in the main sidebar

    Nov 6, 2024 · In VSCode, Copilot now appears in the second sidebar on the right. How can I move the Copilot chat back to the main sidebar on the left? I checked the settings but couldn't find the option. …