Hello everyone,
I am using an HTTP connector for retrieving data in the form of XML.
Endpoint:
https://**-**-***.******.cloudapp.azure.com/services/api/search/******?apikey=*********************************
When I open the URL with https, it is saying Connection to the Site is not secure.
Case I: With https request
(A) While using the endpoint with "https://" and enabling the SSL Certificate Verification, data has not been retrieved, and no response in Postman.
(B) Similarly, there is also no response in Power Automate flow with the "https" request.
Case II: With http request
(A) While using the endpoint with "http://" and enabling the SSL Certificate Verification, data has been retrieved in Postman.
(B) While using the Endpoint with "http://", there is no any response in the Power Automate flow.
The error is :
HTTP request failed as there is an error: 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
How could I solve this issue and retrieve data using flow?
Regards,
Aakash
@Ed-AT , @SamLed @ManishSolanki
The issue has been solved. As, the Web API is running on the Azure and adding the IP of the Power Automate on the Azure configuration, I can get the response now.
P.S: Use http instead of https in the request if there is a certification verification issue.
David_MA
8
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1
ankit_singhal
7
Super User 2025 Season 1