What is the difference between proxied and proxyless calls in AJAX?
Answer / v madhu babu
Proxied calls are made through stub objects which can be called from PHP classes on the JavaScript side in AJAX.
Proxyless calls are made using utility JavaScript functions like HTML_AJAX.replace() and HTML_AJAX.append() in AJAX.
| Is This Answer Correct ? | 5 Yes | 2 No |
What is asynchronous request in ajax?
What is ajax used for?
Is Ajax said to be a technology platform or is it an architectural style?
How do I submit a form or a part of a form without a page refresh?
what is xmlhttprequest?
How do we handle concurrent ajax requests?
Brief about ajax?
Should I use xml or text, javascript, or html as a return type?
Which request is better, Get or Post?
What is the asp.net ajax framework?
what are difference between server-side ajax framework and client-side ajax framework?
What is the difference between a destructor and a garbage collector?