Live data from Hacker News

Ask HN: HTTP Path vs. Query Parameters

news.ycombinator.com

1–4 of 4 posts

Ask HN: HTTP Path vs. Query Parameters

#1
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=
Instead of sticking it in the path:

  youtube.com/watch/