Tabs making AJAX posts instead of GET in IE

Tabs making AJAX posts instead of GET in IE


Hi!
I'm using Tabs with remote links (to get ajax loading behavior) in my
app.
In FF/Chrome etc i'm getting Ajax GET requests to the server which is
great but on IE (i'm using version 8), the same AJAX request becomes a
post request.
Normally this wont be a problem for most people, but i've got a
RESTful Rails application and GET and POST make all the difference.
Does anyone else see the same behavior? My URLs in the tab are
relative URLs, so i know there is no cross-domain stuff happening.
My log clearly shows a POST request from IE and GET request for the
same in FF.
Any clue?
Cheers,
Aditya