[vox-tech] one of the most pernicious spams i've ever seen.

Michael J Wenk vox-tech@lists.lugod.org
Thu, 25 Sep 2003 11:07:39 -0700


On Thu, Sep 25, 2003 at 10:57:25AM -0700, Mark K. Kim wrote:
> I think what you've described is the URI.  URL is supposed to be a subset
> of URI, whatever that means.  I personally don't care but I wouldn't mind
> knowing what that means if anyone else knows.


I referred to an RFC that desribes URIs, which I did at one time
read(several years ago), or perhaps I read it in a book, I forget.  In
any event, a URI is the identifier portion of the URL.  It tells you
what resource you are trying to get, but not how to get it.  In simpler
terms it would be everything to the right of the :// in URL.  I suggest
you check the RFC I referenced, as I may be off a bit. 

> 
> 
> On Thu, 25 Sep 2003, Mitch Patenaude wrote:
> 
> > > i didn't know this.  so, an URL is of the form:
> > >
> > > URL = user:password@url
> > >
> > > where lowercase "url" is what i used to think of as being an url. and
> > > the "user:password@" portion is optional.
> >
> > in Pseudo-BNF a URL spec looks something like
> >
> > <protocol>://[<username>[:<password>]@]<server>[:<port>]/
> > [<pathelement>{/<pathelement>}][?<argument>[=value]{&<argment>[=value]}]
> >
> > and everthing after the server/port is called a URI (Uniform Resource
> > Indicator? I think)  which iteslf can be broken down into a "PATH" and
> > a "QUERY_STRING" (a la cgi environment variables.)
> >
> > I used to work for a company that made web tracking software, so I got
> > to know the URL spec pretty well.
> >
> > -- Mitch
> >
> > _______________________________________________
> > vox-tech mailing list
> > vox-tech@lists.lugod.org
> > http://lists.lugod.org/mailman/listinfo/vox-tech
> >
> 
> -- 
> Mark K. Kim
> http://www.cbreak.org/
> PGP key available on the website
> PGP key fingerprint: 7324 BACA 53AD E504 A76E  5167 6822 94F0 F298 5DCE
> 
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech