Should I use an HTTP GET or POST for my AJAX calls?
Submitted by: AdministratorAJAX requests should use an HTTP GET request when retrieving data where the data will not change for a given request URL. An HTTP POST should be used when state is updated on the server. This is in line with HTTP idempotency recommendations and is highly recommended for a consistent web application architecture.
Submitted by: Administrator
Submitted by: Administrator
Read Online AJAX Job Interview Questions And Answers
Top AJAX Questions
☺ | Is the server or the client in control in AJAX? |
☺ | How do we create a thread to do AJAX polling? |
☺ | Can I use Ajax with Microsoft's .NET? |
☺ | How do we abort the current XMLHttpRequest in AJAX? |
☺ | Should I use XML or text, JavaScript, or HTML as a return type? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |