Hello,
I created a flow in Power Automate, and when I run a specific HTTPS request (GET method) with the HTTP module :
I get an error message in response : "Content-type '' not supported"
However I have the following Headers:
"Accept-Version": "V2",
"Authorization": "Bearer @{body('Analyser_JSON')?['access_token']}",
"Content-Type": "application/json",
"Accept": "application/json",
"OData-MaxVersion": "4.0",
"OData-Version": "4.0",
"If-None-Match": "null"
I specify that the request works very well on a Postman environment and in this flow other requests to the same API also work.
Has anyone ever faced this problem?
Thanks for your feedback.