Ask HN: HTTP Path vs. Query Parameters
What sort of design considerations might sites like YouTube use when deciding between path or query parameters for identifying resources?
For example, YouTube uses a query param 'v' to specify a video id:
youtube.com/watch?v=<video_id>
Instead of sticking it in the path: youtube.com/watch/<video_id>
3 comments
[ 3.1 ms ] story [ 29.0 ms ] thread