One little apostrophe made all the difference

This link, when clicked on in Outlook, generated an error message in IE7 (The original URL is now changed, so don't try it):

http://www.castlecops.com/a6827-eChecks_and_Credit_Charges_–_I_Didn't_Authorize_That.html

The error was:

Internet Explorer cannot read this webpage format  HTTP 406 
   What you can try:
     Go back to the previous page.
 
     More information

This error (HTTP 406 Not Acceptable) means that Internet Explorer was able to receive information from the website you visited, but the information was not in a format that Internet Explorer can display.

**But**, if we went to the site in question, then clicked on the very same link on the web page, the page opened successfully.

The site author needed to edit the URL so that it would work for IE7 users to this:

http://www.castlecops.com/a6827-eChecks_and_Credit_Charges_–_I_Did_Not_Authorize_That.html

The cause of the problem was the apostrophe in the original URL.  To quote the site owner when notified of the problem:

"for some folks its taken as a literal, for others its escaped.  The literal ' we 406 on"

Published Sun, Sep 16 2007 17:03 by sandi