Hello I'm creating new flow with HTTP action. The request type is "GET", in header there I have 2 parameters (x-api-key and x-eso9-signature) and in the body I have content of request. I tested from postman and everything works fine. But when I'm using from HTTP action I'm receiving error message like "The provided 'Http' action inputs are not valid. A request body must not be included for 'GET' requests.".
I saw few post about this type of the issue but anyone doesn't say how to resolve. Is there any chance how to resolve? Below is the HTTP action.
Thank you for support!
Get requests literally only get information. So the body of the request needs to be empty. If the endpoint at https://..../getdata needs information to process, then you need to change to a POST or PUT request, as they send information to somewhere and that data is processed and data may or may not be returned.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2