How can a proxy be useful with Ajax?
What will be an ideal response?
The same-origin policy applies only to JavaScript and not to other programs running on a web server. This means that you can use a server-side script as a proxy to access data from another domain. In computer terms, aproxyis a server that acts for or performs requests for other clients and servers. The server-side proxy script can return the data to the client computer as it is requested with theXMLHttpRequestobject. Using a proxy remains a common technique for working around the same-origin policy to access third-party content.
You might also like to view...
As each project nears completion, a(n) __________ risk assessment group reviews the impact of the project on the organization's risk profile.
Fill in the blank(s) with the appropriate word(s).
____________ is the return type of function rbegin.
Fill in the blank(s) with the appropriate word(s).