[CSSValidator] HTTPHeaders

Hello Olivier,

I had a look at it as promised and found a way to add the headers...
So far, it looks like this on my machine :

- valid page : (
http://localhost:8080/css-validator/validator?uri=w3.org&warning=1&profile=css21&usermedium=all
)

Cache-Control: no-cache
Date: Tue, 07 Aug 2007 13:31:55 GMT
Pragma: no-cache
Transfer-Encoding: chunked
Content-Language: fr
Content-Type: text/html;charset=utf-8
Server: Jigsaw/2.2.6
X-W3C-CSS-Validator-Errors: 0
X-W3C-CSS-Validator-Status: Valid

200 OK



- invalid page : (
http://localhost:8080/css-validator/validator?uri=w3.org&warning=1&profile=css1&usermedium=all
)

Cache-Control: no-cache
Date: Tue, 07 Aug 2007 13:32:41 GMT
Pragma: no-cache
Transfer-Encoding: chunked
Content-Language: fr
Content-Type: text/html;charset=utf-8
Server: Jigsaw/2.2.6
X-W3C-CSS-Validator-Errors: 15
X-W3C-CSS-Validator-Status: Invalid

200 OK


- unaccessible page (instance of aborted validation)

Cache-Control: no-cache
Date: Tue, 07 Aug 2007 13:33:58 GMT
Pragma: no-cache
Transfer-Encoding: chunked
Content-Language: fr
Content-Type: text/html;charset=utf-8
Server: Jigsaw/2.2.6
X-W3C-CSS-Validator-Status: Abort

500 Internal Server Error


What variable name should be used ?
The same as for the markup validator , or is X-W3C-CSS-Validator- OK ?
Thank you.

Julien.

Received on Tuesday, 7 August 2007 13:58:51 UTC