I’m using PUT and DELETE more and more w/ my ajax work and wanted to see if it would be a ‘bad idea’ to add these verbs to the .aspx application extension in IIS.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your AJAX operations are taking advantage of a RESTful API then I would think there is no problem. Otherwise you may want to look at RFC2616-sec9 to analyze more on your case. I personally dont think its bad but one might want to stick to standards and look to server overhead etc.