You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use Fusio API in front of our old API service (in order to achieve a smooth migration), but some of our DELETE API calls use JSON data from the payload.
It seems that DELETE Operations in Fusio API do not process/extract data from the payload ?
Is it possible for us to configure a specific DELETE behaviour (at least during our first migration step) so that the JSON data from the payload could be transmitted to the targeted Action (Fusio.Adapter.Http.Action.HttpProcessor) ?
Thanks a lot for your help.
Regards,
The text was updated successfully, but these errors were encountered:
Hi @gpenin yes this is correct, Fusio only parses payloads for POST, PUT and PATCH methods, all other payloads are ignored, so currently there is no workaround for this.
Hi,
We are trying to use Fusio API in front of our old API service (in order to achieve a smooth migration), but some of our DELETE API calls use JSON data from the payload.
It seems that DELETE Operations in Fusio API do not process/extract data from the payload ?
Is it possible for us to configure a specific DELETE behaviour (at least during our first migration step) so that the JSON data from the payload could be transmitted to the targeted Action (Fusio.Adapter.Http.Action.HttpProcessor) ?
Thanks a lot for your help.
Regards,
The text was updated successfully, but these errors were encountered: