====== Problems with certain browsers ======
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.
===== Firefox 3 / Minefield =====
In this browser, the HTTP Accept header needs to be modified a bit. To do this:
- In the Firefox address bar, enter 'about:config' (without quotes), and hit Enter
- If you get a warning page, click 'I'll be careful, I promise!'
- In the filter bar, type 'network.http.accept.default'
- Right-click the row with "network.http.accept.default" and select Modify
- Add 'text/xml,' to the beginning of the line
- Click OK
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.
===== Opera 9 =====
This browser sends a blank HTTP Accept header. We need to tell it what to send for this header. To do this:
- In the Opera address bar, enter ‘opera:config' and hit Enter
- Go to Network
- Under HTTP Accept, change the value to start with 'text/xml,'
- Click Save
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.