Interviewer And Interviewee Guide

AJAX Interview Question:

Should I use an HTTP GET or POST for my AJAX calls?

Submitted by: Administrator
AJAX 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

Read Online AJAX Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.