<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Where to Put Script in HTML</title><link>http://www.bing.com:80/search?q=Where+to+Put+Script+in+HTML</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Where to Put Script in HTML</title><link>http://www.bing.com:80/search?q=Where+to+Put+Script+in+HTML</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What is the difference between POST and PUT in HTTP?</title><link>https://stackoverflow.com/questions/630453/what-is-the-difference-between-post-and-put-in-http</link><description>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.</description><pubDate>Thu, 26 Mar 2026 13:11:00 GMT</pubDate></item><item><title>What is the difference between PUT, POST, and PATCH?</title><link>https://stackoverflow.com/questions/31089221/what-is-the-difference-between-put-post-and-patch</link><description>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, Update and Delete) operations in database. We specify these HTTP verbs in the capital case. Below is the comparison between them. Create - POST Read - GET Update - PUT Delete - DELETE PATCH: Submits a partial modification to a resource ...</description><pubDate>Sat, 18 Apr 2026 19:24:00 GMT</pubDate></item><item><title>¿Cual es la diferencia entre los verbos Patch y Put?</title><link>https://es.stackoverflow.com/questions/188970/cual-es-la-diferencia-entre-los-verbos-patch-y-put</link><description>En la facultad me enseñaron a usar el verbo Patch para hacer modificaciones y en internet veo que generalmente se usa Put. Me gustaría que alguien me explique la diferencia entre ambos.</description><pubDate>Sat, 18 Apr 2026 06:24:00 GMT</pubDate></item><item><title>Use of PUT vs PATCH methods in REST API real life scenarios</title><link>https://stackoverflow.com/questions/28459418/use-of-put-vs-patch-methods-in-rest-api-real-life-scenarios</link><description>Since PUT requests include the entire entity, if you issue the same request repeatedly, it should always have the same outcome (the data you sent is now the entire data of the entity). Therefore PUT is idempotent. Using PUT wrong What happens if you use the above PATCH data in a PUT request?</description><pubDate>Sun, 19 Apr 2026 02:19:00 GMT</pubDate></item><item><title>What is the main difference between PATCH and PUT request?</title><link>https://stackoverflow.com/questions/21660791/what-is-the-main-difference-between-patch-and-put-request</link><description>PUT and PATCH methods are similar in nature, but there is a key difference. PUT - in PUT request, the enclosed entity would be considered as the modified version of a resource which residing on server and it would be replaced by this modified entity.</description><pubDate>Sat, 18 Apr 2026 00:19:00 GMT</pubDate></item><item><title>What's the difference between a POST and a PUT HTTP REQUEST?</title><link>https://stackoverflow.com/questions/107390/whats-the-difference-between-a-post-and-a-put-http-request</link><description>The difference between POST and PUT is that PUT is idempotent, that means, calling the same PUT request multiple times will always produce the same result (that is no side effect), while on the other hand, calling a POST request repeatedly may have (additional) side effects of creating the same resource multiple times.</description><pubDate>Wed, 08 Apr 2026 11:58:00 GMT</pubDate></item><item><title>What is the usefulness of PUT and DELETE HTTP request methods?</title><link>https://stackoverflow.com/questions/12142652/what-is-the-usefulness-of-put-and-delete-http-request-methods</link><description>PUT is for putting or updating a resource on the server: The PUT method requests that the enclosed entity be stored under the supplied Request-URI. If the Request-URI refers to an already existing resource, the enclosed entity SHOULD be considered as a modified version of the one residing on the origin server.</description><pubDate>Sun, 19 Apr 2026 04:57:00 GMT</pubDate></item><item><title>In REST is POST or PUT best suited for upsert operation?</title><link>https://stackoverflow.com/questions/18470588/in-rest-is-post-or-put-best-suited-for-upsert-operation</link><description>The HTTP PUT request method creates a new resource or replaces a representation of the target resource with the request payload. The difference between PUT and POST is that PUT is idempotent: calling it once or several times successively has the same effect (that is no side effect), whereas successive identical POST requests may have additional ...</description><pubDate>Sat, 18 Apr 2026 22:09:00 GMT</pubDate></item><item><title>Where should I put &lt;script&gt; tags in HTML markup? - Stack Overflow</title><link>https://stackoverflow.com/questions/436411/where-should-i-put-script-tags-in-html-markup</link><description>When embedding JavaScript in an HTML document, where is the proper place to put the &lt;script&gt; tags and included JavaScript? I seem to recall that you are not supposed to place these in the &amp;lt...</description><pubDate>Thu, 16 Apr 2026 15:09:00 GMT</pubDate></item><item><title>rest - How to do a PUT request with cURL? - Stack Overflow</title><link>https://stackoverflow.com/questions/13782198/how-to-do-a-put-request-with-curl</link><description>How do I test a RESTful PUT (or DELETE) method using cURL?</description><pubDate>Fri, 17 Apr 2026 04:59:00 GMT</pubDate></item></channel></rss>