Azure Logic App Consumption Logic App HTTP - Both GET and POST

Jack Jin MSFT Accenture 80 Reputation points Microsoft Vendor
2024-05-21T18:20:14.92+00:00

Hello!

While trying to configure my consumption based logic app, I seem to only be able to have it receive traffic from either GET or POST, but not both. According the screenshot below, "Default" is suppose to allow all methods, but it returns a 400 when it's just GET.

If I change Method to GET, it works fine for GET and returns a proper 202, then POST does not work.

User's image

The webhook API validation I'm trying to receive events from sends a GET then a POST to the same URL, is there anything we can do to allow Logic App to receive the same request from the URL?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,911 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 69,756 Reputation points
    2024-05-22T13:27:26.2933333+00:00

    @Jack Jin MSFT Accenture Thanks for reaching out.

    The HTTP trigger only supports one method. This looks like the UI issue on the new designer where it shows Default (Allow All Methods). You can click on enable legacy Designer and you will see no option as Default.

    I have reached out to the team to confirm the same and will keep you posted.

    0 comments No comments