Hi this might be dumb, but I have gone through the...
# talk-hydra
b
Hi this might be dumb, but I have gone through the [Changelog](https://github.com/ory/hydra/blob/master/CHANGELOG.md), [Upgrade Doc](https://github.com/ory/hydra/blob/master/UPGRADE.md) as well as the documentation for consent flow but I am not able to pin-point why or where the change was made between v1.8.5 and v1.11 where after following the redirect URL, it seems hydra now sends a
POST
request to the
redirect_url
with the
code
in request body instead of as a
GET
request with
code
in the query parameters.
Found the issue, it seems there was support for other `response_mode`’s added as part of v1.9.0 release. This should have been considered as a breaking change.
👍 1