Programming Languages
AJAX
Subjective
May 10, 2013
What is the difference between proxied and proxyless calls in AJAX?
Detailed Explanation
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.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts