[#907] Callback Success Status

Migrated from Redmine #907 | Author: Rodrigo Melo
Status: Closed | Priority: High, I’m very impatient | Created: 2022-07-12


Hi,
I’m trying to use a webhook in your Custom Feature “API”, but my APIs returns 204 (No Content) when it get success.
Are you checking for all success status (200,201,203,204…) or just 200?

I’m asking you because, my web hook are called many times from SimplyBook.

I don’t know what do you do with http responses, but assuming that only 200 is ok is very hard to work with.

Maybe you could accept any http success 2xx or just let me put which statuses could representing a success.

Dmytro Bondarev wrote:

Hi, yes, we expect 200 status only.

Rodrigo Melo wrote:

Are you guys intend to support all http success status code (2xx)?

Redmine Admin wrote:

yes, we have to accept all 2xx, please fix it

Rodrigo Melo wrote:

Tks!

(Short original content)