Closed (fixed)
Project:
W3C Validator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 17:03 UTC
Updated:
5 Jan 2010 at 10:30 UTC
Any idea on how to validate access controled pages?
How can we give access to w3c validator when installed on the Drupal server?
Alexandre
Comments
Comment #1
sashainparisTo be more specific:
- I try to validate a page that is reserved to members.
- I am connected as superuser (uid = 1) on Drupal.
- W3C module answer 403 forbidden
I guess that is because it is not using my browser Cookie :-)
OK - but how to validate member-only part of a Drupal website?
Alexandre
Comment #2
Pedro Lozano commentedYou cannot do it using the w3c validator method since it need access from the outside.
We have tried to integrate the w3c validator script inside the module but turned to be very complex since the validator is written in perl and has a lot of dependencies.
With the new 1.2 version you can do it using the Tidy library method althout the results are a little different in some cases.