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 |
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax
Do we have to use http get/post for the ajax calls?
Is ajax still in use?
What about applets and plugins?
How many types of ready states in Ajax?
What are the real web applications of ajax currently running in the market?
Does ajax have significant accessibility or browser compatibility limitations?
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
what is ajax
Do I really need to learn javascript before ajax?
Which is the purpose for using the scriptmanager?
Can we use nested update panel in Ajax?