Skip to content

Instantly share code, notes, and snippets.

@GraemeF
Created May 27, 2011 08:29
Show Gist options
  • Save GraemeF/994856 to your computer and use it in GitHub Desktop.
Save GraemeF/994856 to your computer and use it in GitHub Desktop.
Comma and semicolon
Use the comma (,) and semi-colon (;) characters to indicate nonhierarchical portions
of the URI. The semicolon convention is used to identify matrix parameters:
http://www.example.org/co-ordinates;w=39.001409,z=-84.578201
http://www.example.org/axis;x=0,y=9
These characters are valid in the path and query portions of URIs, but not all code
libraries recognize the comma and semicolon as separators and may require custom
coding to extract these parameters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment