I have a soap API which I have manage to get to work in Postman. Exported the json file and uploaded as a custom connection. When testing I get a 403 forbidden access.
I think this is because flow will process the API via cloud and then an alternative ip address from my own. The API requires to whitelist the IP address to allow it to work. How do I get around this. Can I create something that would lock the IP address down so that the flow would work? Any help or suggestions would be great.
Thanks
Ian
Hi @Hutchy15
Is your SOAP API is running locally? Then you need to enable gateway to connect SOAP API.
Please see below post.
https://flow.microsoft.com/en-us/blog/on-premise-apis/
Thanks