Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using JSON data from payload with DELETE Operations #596

Open
gpenin opened this issue Nov 22, 2024 · 1 comment
Open

Using JSON data from payload with DELETE Operations #596

gpenin opened this issue Nov 22, 2024 · 1 comment
Labels

Comments

@gpenin
Copy link

gpenin commented Nov 22, 2024

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,

@chriskapp
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants