vote up 0 vote down star

We have developed a RESTful webservice using the restlet framework. The service is called by ajax requests using Prototype and/or Scriptaculous (I'm not familiar with those libraries, so excuse if any of these mentioned are not accurate).

Everything seems to work for most of the popular browsers, i.e. Opera, Firefox, Safari all work fine. Only Internet Explorer (6 and 7) does not get data from the call.

Our suspicion is that the returned content type "application/json" does not work in IE. We deliver the json content in "UTF-8", so that may also be a problem.

Any hints and suggestions are welcome, thanks in advance!

flag

1 Answer

vote up 1 vote down check

IE 6 8 handles JSON responses with "application/json" without any problems. You need to trace server's response using such tool as HttpWatch Pro for example.

link|flag
I've found Nettool (nettool.sourceforge.net) to be what I need. – dhiller Mar 27 at 6:26
Done that, the servers response is as expected. – dhiller Mar 27 at 6:27
Are there any error messages in IE (error sign in buttom left corner)? – Koistya Navin Mar 27 at 9:24

Your Answer

Get an OpenID
or

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