What is the difference between proxied and proxyless calls?



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

Post New Answer

More AJAX Interview Questions

Does ajax have the same meaning as xmlhttprequest?

1 Answers  


What is the difference between synchronous postback and asynchronous postback? : asp.net ajax

1 Answers  


What are the pre-requisites to execute AJAX applications on a server?

1 Answers  


How many types of triggers are present in update panel?

1 Answers  


What are the extender controls?

1 Answers  


What is asynchronous request in ajax?

1 Answers  


Would we be able to call server-side code from javascript?

1 Answers  


What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax

1 Answers  


What are the important methods of xmlhttprequest?

1 Answers  


Do ajax applications always deliver a better experience than that delivered by a traditional web application?

1 Answers  


Is ajax a technology platform or is it an architectural style?

1 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?

1 Answers  


Categories