This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 295 - make referrer check also working with SSL
Summary: make referrer check also working with SSL
Status: RESOLVED INVALID
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Terje Bless
QA Contact:
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 10:38 UTC by Ralf Hauser
Modified: 2004-05-23 19:26 UTC (History)
0 users

See Also:


Attachments

Description Ralf Hauser 2003-08-10 10:38:55 UTC
while http://validator.w3.org/check?uri=https//mydomain/index_en.html
works nicely as per bug 77,

when doing "http://validator.w3.org/check/referer" from
https://mydomain:8443/privaLope/index_en.jsp, I get " Sorry, this type of URI 
scheme  (undefined) is not supported by this service. Please check that you
entered the URI correctly."
Comment 1 Ralf Hauser 2003-12-03 05:13:30 UTC
no clue whether this is really an SSL problem, but now with the above URL, I get
<<CSS Validator
Error
Target: https://bugs.privasphere.com:8443/index_en.jsp
java.lang.Exception: Unknown file >>
P.S.: hope this would also be working with HTTP AUTH as per Bug 122
Comment 2 Bj 2004-05-23 15:26:41 UTC
See <http://validator.w3.org/docs/help.html#faq-referer>, your browser does not 
send a Referer: header which it likely does for SSL documents, you should 
specify the full URI in the parameter, otherwise it won't work.