URIQA Server Questions...

Q1) Will proxy servers present problems w.r.t. the URI in the HTTP request?

GET http:://example.com/document.html ----> GET /document.html
URI-Resolution-Mode: Description

Q2) How are equivalent URLs dealt with?

GET http:://example.com/document.html 
URI-Resolution-Mode: Description

GET http:://127.0.0.1/document.html
URI-Resolution-Mode: Description

GET http:://example.com:80/document.html 
URI-Resolution-Mode: Description

GET http:://example.net/document.html 
URI-Resolution-Mode: Description

Should the server map these requests onto the same resource?


Derrish Repchick
Intellidimension Inc

Received on Thursday, 22 May 2003 16:36:10 UTC