Good day All...
A have a Power Automate flow that makes a HTTP call to a rest API. The flow has been working fine for weeks, but suddenly stopped working.
I am using basic authentication in this HTTP call. The URI still works fine and returns the correct values when I pass it via a web browser to the PI Web API, but now, in Power Automate it returns the error below:
BadRequest. Http request failed with status code 'ConnectionClosed' and status message: 'The underlying connection was closed: The connection was closed unexpectedly.'.
I have searched a solution to this for many hours, but no joy...
Any help will be greatly appreciated.
Thank you.
Hi All
I stumbled across a solution... whether the right solution or not I do not know. All I know is it worked.
I turned off the "Automatic decompression" under the settings for the HTTP connector and the problem went away...