vote up 1 vote down star

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.

flag

0% accept rate
Could you provide some code samples? – Ólafur Waage Apr 3 at 11:26
Code is simply $.get(url, addata, function(data){ ... }); – dario-g Apr 3 at 22:15
Who knows solution for this? – dario-g Jun 18 at 11:37
dario-g.com/jQuery-Ajax-i-IE-0-108.aspx - this is my solution for this (in Polish but everyone can understand the code). – dario-g Jun 24 at 10:44

1 Answer

vote up 1 vote down

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

link|flag
but in Firefox works fine :/ – dario-g Apr 3 at 22:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.