hoplon / castra

HTTP remote procedure call handler for Clojure.
170 stars 25 forks source link

Castra endpoints don't work in IE 9+ #1

Closed rwillig closed 10 years ago

rwillig commented 10 years ago

I have observed that Castra endpoints appear not to work in IE versions 9 and up. I noticed this both in the TSP Demo app and in Castra Hello World example. More details to follow

micha commented 10 years ago

Should be fixed as of 874f81df53aadd9ca49ba00835bd1dd465fafa73. Can we test this?

rwillig commented 10 years ago

I upgraded the hello-world castra project to to use hoplon 5.1.0. When I tested on IE10 on Windows & instance, the first click of the button yields a 403 error and the second click returns as expected. I also tried altering the page to reset the url to "." with binding which had worked before. This time it has the same behavior as without using binding.