Changes between Version 15 and Version 16 of URI
- Timestamp:
- 2010/02/12 14:11:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
URI
v15 v16 2 2 3 3 '''Guideline 1: Be polite.''' 4 Use the data provider's URL as your identifier. Ideally there should be no HTTP 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). '''(though it cannot be under-stated just how BAD & WRONG it is to put arguments in your URL!!)'''4 When referring to third-party data, use the URL that the data provider uses. Ideally there should be no HTTP GET arguments in that URL, 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). '''(though it cannot be under-stated just how BAD & WRONG it is to put arguments in your URL!!) When minting new URLs please try to avoid this...''' 5 5 6 6