Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.

Repository from Github https://github.comAzure/azure-sdk-for-jsRepository from Github https://github.comAzure/azure-sdk-for-js

[core-lro] API gateway is not respected when calculating the polling URLs

deyaaeldeen opened this issue · comments

For context, see #31480 (comment)

The HTTP poller doesn't know whether the LRO API is behind an API gateway. This is problematic because the polling URL coming back in the response is not the one that we should send the polling request to if the client is authenticated into an API gateway.

This has been addressed