asp.net mvc - Is Ajax POST an acceptable technique for changing server state? -


i designing new website , considering using ajax post requests better user experience. using ajax post requests changing server state acceptable design practice? security concerns in using ajax post requests? recommended restrict server state changes http post only?

edit

i using asp.net mvc web framework implementation.

post, put, patch , delete (although last 1 barely used) request types traditionally alter server state.

in order answer question, important consider framework using, each 1 might have different best practices.

from technical point of view, practically same, have different semantic meanings , conventions attached them. if use post everything, doubt complain


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -