Re: [HTTP-in-RDF] connecting via proxy

Hi Johannes,

Johannes Koch wrote:
> 
> Hi group,
> 
> I identified an issue with connectionAuthority when connecting via proxy:
> 
> Is connectionAuthority the target host:port or the proxy host:port? E.g. 
> connecting to www.example.com:80 via proxy.example.org:1234.
> 
> Do we need proxyAuthority and targetAuthority properties instead?

I thought that http:connectionAuthority is always the physical server 
that the client connects to, while the http:authority is the connection 
request of the client. So your example above would represented as:


<http:Connection>
 
<http:connectionAuthority>proxy.example.org:1234</http:connectionAuthority>
   <ConnectRequest>
     <http:authority>www.example.com:80</http:authority>
     ...
   </ConnectRequest>
   ...
</http:Connection>


Am I missing the point of your question?

Regards,
   Shadi


-- 
Shadi Abou-Zahra     Web Accessibility Specialist for Europe |
Chair & Staff Contact for the Evaluation and Repair Tools WG |
World Wide Web Consortium (W3C)           http://www.w3.org/ |
Web Accessibility Initiative (WAI),   http://www.w3.org/WAI/ |
WAI-TIES Project,                http://www.w3.org/WAI/TIES/ |
Evaluation and Repair Tools WG,    http://www.w3.org/WAI/ER/ |
2004, Route des Lucioles - 06560,  Sophia-Antipolis - France |
Voice: +33(0)4 92 38 50 64          Fax: +33(0)4 92 38 78 22 |

Received on Tuesday, 17 July 2007 09:18:33 UTC