+ Post New Thread
Results 1 to 2 of 2

Thread: Why do we use the XMLHttpRequest object in AJAX?

  1. #1
    Banned
    Join Date
    Aug 2015
    Location
    Bangalore
    Posts
    46

    Why do we use the XMLHttpRequest object in AJAX?

    Why do we use the XMLHttpRequest object in AJAX?

  2. #2
    Senior Member Barbara's Avatar
    Join Date
    May 2017
    Posts
    110


    Is this useful / helpfull? Yes | No
    The XMLHttpRequest object is the key to AJAX. XMLHttpRequest (XHR) is an API that can be used by JavaScript, JScript, VBScript, and other web browser scripting languages to transfer and manipulate XML data to and from a webserver using HTTP, establishing an independent connection channel between a webpage'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, e.g. JSON or even plain text.

+ Post New Thread

Similar Threads

  1. How to create object in perl?
    By iammanisha in forum Perl Forum
    Replies: 2
    Last Post: 07-06-2021, 11:59 AM
  2. object reference declared as an instance variable ?
    By islamicastrologer in forum SEO - Search Engine Optimisation
    Replies: 0
    Last Post: 04-20-2019, 07:59 AM
  3. JWT token in C# web API using jquery Ajax
    By kabirthapar in forum Javascript Forum
    Replies: 0
    Last Post: 07-20-2016, 01:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam