Re: Issues with linking to validation result

Andreas Riddering <[email protected]> Tue, 5 Jan 2016 12:31:53 +0100
Newsgroups gmane.org.w3c.validator.css
Message-ID <CAE2bfVaw6tnLNNFMLG3Aya5NRC4nCntQjH9f6XT4cEPVzKaBww@mail.gmail.com>
--001a113ebb5cf21d150528949786
Content-Type: text/plain; charset=UTF-8

Hi George.

Referer is missing means, that your browser doesnt send a referer header
field. Thats because you maybe use an "No Referer" Addon or something else
(i.e. corporate proxy) that is blocking this header. In this http header
field a url is being send, which points to the website that containes the
link you just opend.
In this case, the validator uses the referer field to open the calling
website and check it against the validator... as it is not set, and
required for this kind of access, you are getting the error message.

The first URL seems not to work, but it does somehow. The problem here
seems to have the same reason. It should be something like:

http://jigsaw.w3.org/css-validator/validator?uri=www.google.com...someotherattributes...

where "www.google.com" is the page you just tested and
"www.google.com...someotherattributes..." is the complete thing from you
adress bar. I guess, the page fetches the url from the referer itself or
something like that. But thats only a wild guess.

So simply switch on Referer in you browser or use the URL abvoe and edit
the URL manually to what you need (thats what i would do) and everything
should work.
Using the fixed link like "
http://jigsaw.w3.org/css-validator/validator?uri=www.google.com" you can be
shure your users dont have the same problem you are facing right now, if
their referer header field is blocked too...

Kind Regards,
Andreas


2016-01-04 18:44 GMT+01:00 George J-B <[email protected]>:

> Hi there,
>
> Just been using your CSS validator and discovered that neither of the
> links highlighted in the attached picture, the first link gives a HTTP 404
> error and the second gives the following text:
>
> Some Headers, mandatory for this resource, are missing.
>
>    - Referer
>
>
> Not sure what is causing either of the errors but grateful for being able
> to use the valid CSS image nonetheless :)
>
> Kind Regards,
> George.
>

--001a113ebb5cf21d150528949786
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div>Hi George.<br><br>Referer is missing means,=
 that your browser doesnt send a referer header field. Thats because you ma=
ybe use an &quot;No Referer&quot; Addon or something else (i.e. corporate p=
roxy) that is blocking this header. In this http header field a url is bein=
g send, which points to the website that containes the link you just opend.=
<br></div>In this case, the validator uses the referer field to open the ca=
lling website and check it against the validator... as it is not set, and r=
equired for this kind of access, you are getting the error message.<br><br>=
</div>The first URL seems not to work, but it does somehow. The problem her=
e seems to have the same reason. It should be something like:<br><pre><a hr=
ef=3D"http://jigsaw.w3.org/css-validator/validator?uri=3Dwww.google.com...s=
omeotherattributes.">http://jigsaw.w3.org/css-validator/validator?uri=3Dwww=
.google.com...someotherattributes.</a>..<br></pre>where &quot;<a href=3D"ht=
tp://www.google.com">www.google.com</a>&quot; is the page you just tested a=
nd &quot;www.google.com...someotherattributes...&quot; is the complete thin=
g from you adress bar. I guess, the page fetches the url from the referer i=
tself or something like that. But thats only a wild guess.<br><br></div><di=
v>So simply switch on Referer in you browser or use the URL abvoe and edit =
the URL manually to what you need (thats what i would do) and everything sh=
ould work.<br></div><div>Using the fixed link like &quot;<a href=3D"http://=
jigsaw.w3.org/css-validator/validator?uri=3Dwww.google.com">http://jigsaw.w=
3.org/css-validator/validator?uri=3Dwww.google.com</a>&quot; you can be shu=
re your users dont have the same problem you are facing right now, if their=
 referer header field is blocked too...<br></div><div><br></div><div>Kind R=
egards,<br></div><div>Andreas<br></div><div><br></div><div class=3D"gmail_e=
xtra"><br><div class=3D"gmail_quote">2016-01-04 18:44 GMT+01:00 George J-B =
<span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=3D"=
_blank">[email protected]</a>&gt;</span>:<br><blockquote class=3D"gma=
il_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-lef=
t:1ex">


<div><div dir=3D"ltr"><div>Hi there,</div><div><br></div><div>Just been usi=
ng your CSS validator and discovered that neither of the links highlighted =
in the attached picture, the first link gives a HTTP 404 error and the seco=
nd gives the following text: </div><div><br></div><div>Some Headers, mandat=
ory for this resource, are missing.</div><ul><li>Referer</li></ul><div><br>=
</div><div>Not sure what is causing either of the errors but grateful for b=
eing able to use the valid CSS image nonetheless :)</div><div><br></div><di=
v>Kind Regards,</div><div>George.</div> 		 	   		  </div></div>
</blockquote></div><br></div></div>

--001a113ebb5cf21d150528949786--