iis - AJAX Post without filename and query gives not allowed HTTP VERB -


we working existing script makes prototype ajax post request url /ds?params=. when call made result is:

http error 405 - http verb used access page not allowed.

if use firebug , right click on ajax request , choose "open in new tab" work, http verb changed get

i tried adding mapping asp.dll in configuration website in iis explained on iis forums, it's still not working.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -