"Octavian Rasnita" <[EMAIL PROTECTED]> writes:

> I've seen some links that create me a lot of problems because I don't know
> how to parse them and break into components.
> 
> An example is:
> 
> http://www.site.com/script.cfm/dir1/dir2/http://www.site.com/file.html
> 
> How is called the part after the script.cfm?

It is all part of the URI 'path'.

> It is not a query because it doesn't follow after a "?".
> It is not a fragment because it doesn't follow after a "#".
> It is not a real directory, because the file that is executed is script.cfm.

Why would a client care?  There is no way from an HTTP client to tell
what part of a path is a script and what is something else.

Regards,
Gisle

Reply via email to