In what way are proxyless calls different than the proxied calls in ajax?



In what way are proxyless calls different than the proxied calls in ajax?..

Answer / Narendra Kumar

Proxyless calls in AJAX communicate directly between the client and the destination server, while proxied calls route requests through an intermediary server (proxy). This can affect aspects such as latency, security, caching, and potential issues like CORS (Cross-Origin Resource Sharing) restrictions. Proxied calls may provide additional features but could introduce complexity compared to proxyless calls.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax

1 Answers  


Do we have to use http get/post for the ajax calls?

1 Answers  


Is ajax still in use?

1 Answers  


What about applets and plugins?

1 Answers  


How many types of ready states in Ajax?

1 Answers  


What are the real web applications of ajax currently running in the market?

1 Answers  


Does ajax have significant accessibility or browser compatibility limitations?

1 Answers  


Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev

1 Answers  


what is ajax

3 Answers  


Do I really need to learn javascript before ajax?

1 Answers  


Which is the purpose for using the scriptmanager?

1 Answers  


Can we use nested update panel in Ajax?

1 Answers  


Categories