XMLHttpRequest
XMLHttpRequest (XHR) is an
API that can be used by
JavaScript, and other
web browser scripting languages to transfer
XML and other text data to and from a
web server using
HTTP, by establishing an independent and asynchronous communication channel between a web page's
Client-Side and
Server-Side.The data returned from XMLHttpRequest calls will often be provided by back-end databases. Besides XML, XMLHttpRequest can be used to fetch data in other formats such as
HTML,
JSON or
plain text.XMLHttpRequest is an important part of the
Ajax web development technique, and it is used by many websites to implement responsive and dynamic
web applications. Examples of web applications that make use of XMLHttpRequest include
Google's Gmail service,
Meebo,
Google Maps, Windows Live's
Virtual Earth, the
MapQuest dynamic map interface,
Facebook and many others.
See more at Wikipedia.org...
XMLHttpRequest
XMLHttpRequest
XMLHttpRequest ist eine
API zum Transfer von beliebigen Daten über das
Protokoll HTTP. Dabei können verschiedene Anfragemethoden (unter anderem GET, POST, HEAD, PUT) verwendet werden. Wenn eine Anfrage
XML-Daten liefert, kann XMLHttpRequest diese alternativ als
Plaintext oder als
DOM-Baumstruktur zurücksenden. Letzteres eignet sich beispielsweise dazu, mit
Web Services zu kommunizieren. XMLHttpRequest kann aus
JavaScript,
JScript und
VBScript heraus verwendet werden und bildet einen Grundbestandteil der
Ajax-Technik.
Mehr unter Wikipedia.org...
XMLHTTP
© W niniejszym artykule wykorzystano materialy pochodzace z
Wikipedia® i posiada on Powszechna
Licencje Publiczna GNU
XMLHttpRequest