I am new to creating http requests in power automate. I am trying to create a request in Power Automate with the HTTP action, but keep on getting the below error message. This request work without a problem in postman.
URL in HTTP step in Power Automate | http://xxxxxxxxx:xxxxx/containers/v1/prgsbox/contactcompanys/filter
Error message | The provided 'Http' action URI '*sanitized*' is not valid. The URI must be a well formed absolute URI not referencing local host or UNC path.
I have also tried to remove the special characters in the URL by making use of the uriComponent expression by inserting the above URI as the variable in the expression, but still getting the same eror.
What could possibly be the issue here? 🙂