PDA

View Full Version : Enabling Read Access for Web Resources


BigBison
June 19th, 2007, 17:58
This document defines a mechanism to selectively provide cross-site access to a web resource. Using either a HTTP header or an XML processing instruction (or both), resources can indicate they allow read access from specified hosts (optionally using patterns). When a pattern is used, one can also exclude certain hosts. For instance, allow read access from all subdomains of example.org (*.example.org) with the exception of public.example.org (public.example.org).

http://www.w3.org/TR/access-control/