What is the difference between proxied and proxyless calls?
Answer / Sushil Sharma
In AJAX, a proxied call routes requests through an intermediary server (proxy) before reaching the destination server. This can provide benefits such as caching, security, and load balancing. On the other hand, a proxyless call directly communicates between the client and the destination server without any intermediaries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does ajax have the same meaning as xmlhttprequest?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
What are the pre-requisites to execute AJAX applications on a server?
How many types of triggers are present in update panel?
What are the extender controls?
What is asynchronous request in ajax?
Would we be able to call server-side code from javascript?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
What are the important methods of xmlhttprequest?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
Is ajax a technology platform or is it an architectural style?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?