Changes between Version 8 and Version 9 of URI
- Timestamp:
- 2010/02/12 13:01:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
URI
v8 v9 2 2 3 3 '''Guideline 1: Be polite.''' 4 Use the data provider's URL as your identifier. When there are get arguments sort them in alphabetical order. 5 (www.exaple.ex/?a=1&b=2) 4 Use the data provider's URL as your identifier. Ideally there should be not get arguments, but if there are to avoid ambiguity for string comparison sort them in alphabetical order (e.g. http://www.example.com/?a=100&b=2 sorting a before b). 6 5 7 6