What are the protocols used by Ajax?
Answer / v madhu babu
HTTP’s GET or POST
XMLHttpRequest for placing a request with the web server
Uses JSON to communicate between the client and server
UED or URL encoded data
| Is This Answer Correct ? | 14 Yes | 1 No |
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
When do I use a synchronous versus asynchronous request?
What are the new features of asp.net ajax 4.0?
How can we detect asynchronous partial page postbacks?
How we can send data to server using ajax?
Is ajax just another name for xmlhttprequest?
What do I need to know to create my own ajax functionality?
Define the role of the Update Panel?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
Should I use an http get or post for my ajax calls?
How do we handle concurrent ajax requests?
What are the goals of Ajax?