tagged http

by mars on 2007-09-20 -1 Comments

Response code "406" makes it look like a web server error, but if you're troubled in Windows Internet Explorer 6, it may very well be a client-side error.

Client-side Causes

  • loading a behavior in CSS, like img.transparent { behavior: url(iepngfix.htc); }, where the URL actually returns an error (self-diagnosed in Windows Internet Explorer 6)
  • broken meta tags (source)

Server-side Causes

  • Accept-headers that do not declare any types that the server can provide (source)
  • over-zealous mod_security (source)

by mars on 2006-09-20 1 Comment

Here are the rough notes and PDF of my presentation to the Austin on Rails group last night.

Keynote PDF: Web Apps that Mesh

Read the rest of this entry


Everything is here.