Answer:
XmlHttpRequest is the fundamental behind Ajax. This allows the browser to communicate to a back end server asynchronously.XmlHttpRequest object allows the browser to communicate with server with out posting the whole page and only sending the necessary data asynchronously
Previous Question | Next Question |
What is CORS? How does it work? | How can we consume data directly in web services? |