views:

162

answers:

1

Hi I have little problem. I can't use AcceptVerb.Get on some ASP.NET MVC actions because when I use $.get(..) IE sends POST instead of GET. Why???

Please help :)

edit: Forget to add that Firefox work as I want - the same code in Firefox performs GET.

+1  A: 

I believe that $.get() works the same way as $.load() where if you send extra parameters it will perform a post.

Jeremy B.
but in Firefox works fine :/
dario-g