Azure Logic App Simple Website Request with HTTP

Madushan Withanage 1 Reputation point
2021-09-19T17:23:22.71+00:00

BadRequest. Http request failed: 'The character set provided in ContentType is invalid. Cannot read content as string using an invalid character set.'.

133330-image.png

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,751 Reputation points
    2021-09-20T06:09:43.71+00:00

    @Madushan Withanage As per the error there is issue/typo with the header name Content-Type. Can you define Content-Type in your header of HTTP action and verify if the value is correct. You can refer to Content-Type document for supported value.

    0 comments No comments