Hello,
I'm new to the PowerApps world and have a need to push data to an application via HTTP request. I can do that by building a URL and passing it through the Launch() function. The thing is the Launch() function opens a tab when running the HTTP request. The update is clean. However, I don't want to have the user to have to close a tab. The Launch() function takes the following sample URL.
https://site.domain.com:16202/m3api-rest/execute/PPS200MI/UpdHead;cono=10;divi=001?PUNO=1017543&DWDT=20220715
When I set up the flow and perform a manual test, the URL that works perfectly in the Launch() function results in an unresolved hostname when executed from a flow. Below is a screen capture of the flow that I set up. I pass in variables from Power Apps that I use to construct the URL. I have also hardcoded in the parameters and received the same outcome during execution. I use Basic authentication.

Is there something additional that needs to be configured so that the HTTP request does not return a splash message of unresolved host name or it does not time out? I can run the URL in a browser and from within an Excel macro. However, running it from within Power Automate does not yield success. I don't know if I need to ask tech support or the application manager to check any logs to see if the connection attempt is being blocked.