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

sashainparis’s picture

To 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

Pedro Lozano’s picture

Status: Active » Fixed

You 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.