- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Tue, 21 Jan 2003 01:27:15 +0100
- To: ahmed@googgun.com
- Cc: www-validator-css@w3.org
* Ahmed Masud wrote:
>I'm having trouble validating CSS's generated through CGI by specifying
>a URI on the form. The validator refuses to accept the URI.
>
>The CSS URI is:
>
>http://www.googgun.com/themes/all.css?css=base,navbar,sidebar,stories
The server returns
HTTP/1.1 406 Not Acceptable
Date: Tue, 21 Jan 2003 00:20:56 GMT
Server: Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a
Alternates:
{"themes.php" 1 {type application/x-httpd-php} {length 543}}
Keep-Alive: timeout=15, max=500
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
as reply to the CSS Validators request. The CSS Validator request looks
like (for my browser)
GET /themes/all.css?css=base,navbar,sidebar,stories HTTP/1.1
Cache-Control: no-cache
Connection: keep-alive
Date: Tue, 21 Jan 2003 00:18:11 GMT
Pragma: no-cache
Accept: text/css,text/html,text/xml,application/xhtml+xml,
application/xml,image/svg+xml,*/*;q=0
Accept-Language: de,en;q=0.7,*;q=0.3
Host: www.googgun.com
User-Agent: Jigsaw/2.2.0 W3C_CSS_Validator_JFouffa/2.0
The Accept-Language header is inherited from my browser (yours, if you
request a validation report). Your script or configuration seems to
dislike the Accept-Header.
Received on Monday, 20 January 2003 19:26:29 UTC