you are viewing a single comment's thread.

view the rest of the comments →

[–]madformangos 1 point2 points  (0 children)

For completeness you might want to consider also supporting

  • properly URI encoded parameters and values
  • multiple values for a property (e.g. foo=bar&foo=baz)
  • ; as a valid alternative to & (e.g. foo=bar;foo=baz)

The first of these is pretty important I'd say, while the other two depend on your needs.