The client indicates to the server that it is ready for the challenge
validation by sending an empty JSON body ("{}") carried in a POST
request to the challenge URL (not the authorization URL).
This field causes dehydrated to produce an error against Pebble, even when not in strict mode.
Originally created by @alexzorin on GitHub (Sep 10, 2019).
https://github.com/lukas2511/dehydrated/blob/018254974cb6cbf93ba9249b06b2d923e37a9e88/dehydrated#L812
Should just be `{}` per https://tools.ietf.org/html/rfc8555#section-7.5.1:
> The client indicates to the server that it is ready for the challenge
validation by sending an empty JSON body ("{}") carried in a POST
request to the challenge URL (not the authorization URL).
This field causes dehydrated to produce an error against Pebble, even when not in strict mode.
adam
added the bug label 2025-12-29 01:25:02 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @alexzorin on GitHub (Sep 10, 2019).
https://github.com/lukas2511/dehydrated/blob/018254974cb6cbf93ba9249b06b2d923e37a9e88/dehydrated#L812
Should just be
{}per https://tools.ietf.org/html/rfc8555#section-7.5.1:This field causes dehydrated to produce an error against Pebble, even when not in strict mode.