It has been noticed that some browsers cause problems when accessing your Joyent Connector. When trying to access most Connector pages, it will return a 500 error. Here are some fixes.
In this browser, the HTTP Accept header needs to be modified a bit. To do this:
The modified default value should like this:
text/xml,text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
You should now be able to use your Joyent Connector with Firefox 3 or Minefield.
This browser sends a blank HTTP Accept header. We need to tell it what to send for this header. To do this:
The modified default value should like this (paste this in if the default was empty):
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
You should now be able to use your Joyent Connector with Opera 9/10.