-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work when using On premise gateway? #4
Comments
It should work with on-premises data gateway, as I'm creating the callback URL from whatever URL initially invoked it:
However possible something here amiss. Just confirming you get an error from the logic app run and not the app itself? Curious to know what the URL generated in line above looks like when called on premises through gateway |
I am trying to use this through on-premise gateway and get UnresolvableHostName when invoking http request that was in the location Url as well. My location Url is {location: https://nacharya-hb16/api/values?dc=BN3P&correlationId=ADLS&guid=46a334c8-9a42-455e-aa0c-09d0719e9941} as expected, nacharya-hb16 is the machine name where gateway is installed. Also I use this Url from a browser, and it works as expected (so no connectivity issues). Additionally, https://nacharya-hb16/api/values?dc=BN3P&correlationId=ADLS is a URL that can be reached from flow through gateway to my web api (original URL), but the URL that is returned with a guid (due to long running operation) fails to connect (UnresolvableHostName) through flow. |
I am able to confirm that on upcoming release, I am able to use async pattern as described here using On premise data gateway. The release should be publicly available end of August 2018. Thank you Flow team for active engagement and fixing a bug. |
Hi, I am getting an UnresolvableHostName when invoking an http request. Its not able to resolve the location url.
The text was updated successfully, but these errors were encountered: