<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HTTP on Infinite Script</title><link>https://www.infinitescript.com/tags/http/</link><description>Recent content in HTTP on Infinite Script</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 15 Jul 2014 14:10:59 +0000</lastBuildDate><atom:link href="https://www.infinitescript.com/tags/http/index.xml" rel="self" type="application/rss+xml"/><item><title>HTTP Protocol</title><link>https://www.infinitescript.com/2014/07/http-protocol/</link><pubDate>Tue, 15 Jul 2014 14:10:59 +0000</pubDate><guid>https://www.infinitescript.com/2014/07/http-protocol/</guid><description>&lt;h2 id="whats-http"&gt;What&amp;rsquo;s HTTP?&lt;/h2&gt;&#10;&lt;p&gt;HTTP stands for Hypertext Transfer Protocol. It&amp;rsquo;s the network protocol used to deliver virtually all files and other data (collectively called resources) on the World Wide Web, whether they&amp;rsquo;re HTML files, image files, query results, or anything else.&lt;/p&gt;&#10;&lt;p&gt;HTTP allows communication between a wide variety of hosts and clients, and supports a mixture of network configurations. To make this possible, it assumes very little about a particular system and keeps no state between message exchanges; this is why HTTP is called a &lt;strong&gt;stateless&lt;/strong&gt; protocol. Communication usually takes place over TCP/IP sockets, though any reliable transport can be used. The standard (and default) port is 80, but a server can listen on any port.&lt;/p&gt;</description></item><item><title>How does Ajax Work</title><link>https://www.infinitescript.com/2014/06/how-does-ajax-work/</link><pubDate>Thu, 05 Jun 2014 16:24:02 +0000</pubDate><guid>https://www.infinitescript.com/2014/06/how-does-ajax-work/</guid><description>&lt;p&gt;Ajax, a term coined by Jesse James Garrett that became popular after the publication of the article Ajax: &lt;a href="http://web.archive.org/web/20181231094556/https://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/"&gt;A New Approach to Web Applications&lt;/a&gt; in February 2005, is short for Asynchronous JavaScript and XML.&lt;/p&gt;&#10;&lt;p&gt;The normal behavior of the Internet that involves sending pages to the browser is completely changed by the use of Ajax.&lt;/p&gt;&#10;&lt;p&gt;Ajax has become commonplace with its integration in HTML 5 and JavaScript frameworks, and in fact, the interest of developers has moved to HTML 5 for its new tags and APIs that accompany it. Among these, WebSocket appears as the successor to Ajax, because it is a superior means of communication between an application and the server or the backend.&lt;/p&gt;</description></item></channel></rss>