Hi,
I’m new to HAProxy and generally to proxy servers, so apologise for the noob question, Google didn’t help.
I want to use MS Power Automate to connect to an API server via HTTPS by creating a custom connector. The server requires IP whitelisting and MS Power Automate has too many IP’s to whitelist, so I thought a proxy server might be helpful in a way that MSPA sends the API requests to the proxy which forwards it to the API server and sends it back to my proxy server which then back to MS PA.
So I’m basically looking to build a proxy server so I can present one single IP to the API server, which forwards everything over HTTPS to one single hostname and can be accessed from a list of IP’s only while I can present my proxy’s URL to MSPA as if it was the API server if that makes sense?
I managed to setup a basic HAproxy server on Ubuntu, but I cannot setup proxy server at MSPA , so it might be a reverse proxy I need?
I need some advice to chose the right use case for this.
Any help much appreciated
2 posts - 2 participants