What is the difference between proxied and proxyless calls in AJAX?
Answer Posted / 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 |
Post New Answer View All Answers
What is a simple example of where a ajax request would be used?
Which are the trigger types that we find in update panel?
Define json?
How do we get the xmlhttprequest object?
Why do we use the xmlhttprequest object in ajax?
What are ajax extensions?
Is it possible to use fileupload control within the update panel?
What are the different ready states of a request in ajax?
Do we have to use http get/post for the ajax calls?
What do I do on the server to interact with an ajax client?
What is the disadvantage of ajax?
Can ajax technology work on web servers other than iis?
Why does html_ajax hang on some server installs?
What is the use of the scriptmanager control in ajax? : asp.net ajax
What do I need to know to create my own ajax functionality?