I have a URL similar to: http://www.example.com/#!/test/
And an AJAX request that is handled when the hash fragment is /test/
.
The AJAX request is fine except in IE, where it throws a 403 error. It works fine in all other browsers.
Now, if I change the URL to: http://www.example.com/#!test/
It works just fine. I can't change my current hash fragment URL structure. Any solutions/suggestions?