api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.45k stars 877 forks source link

fix!(state): precise format on content-location #6627

Closed soyuka closed 1 month ago

soyuka commented 1 month ago

fixes #6625

dunglas commented 1 month ago

Shouldn't we also append query parameters?

darkweak commented 1 month ago

@dunglas the query parameters don't influence the Content-Location IMHO.

dunglas commented 1 month ago

query parameters are part of the URI, so they do IMHO. /collection?page=1 is not the same resource as /collection?page=42