openid/sharedsignals

Remove stream configuration API to respond back with with HTTP 204 - No Content instead of HTTP 200

Closed this issue · 3 comments

As explained in RFC9110 delete call to respond back with HTTP 204 if the action is successful and no further information is to be supplied.

Current SSF specification says the response should be HTTP 200 with the empty response body. The correct response code should be HTTP 204

Remove subject correctly calls out 204 as a response code

tulshi commented

Has this been fixed in the draft spec? The line here says "204 OK":

Transmitter responds with an empty "204 OK" response if the

Thanks for pointing this out.

Should we also clarify that "204" is "No Content" instead of an "OK"

Thanks for catching that @appsdesh . I have fixed it here in the world's tiniest pull request: #73