Changes between Version 14 and Version 15 of URI
- Timestamp:
- 2010/02/12 14:05:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
URI
v14 v15 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 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!!)''' 5 5 6 6