I am connecting to my OData V4 feed in the cloud using PowerBI
e.g https://dotnet.com/odata/customers
The above url is using a reverse proxy and underneath its actually https://dotnet.azurewebsites.net/odata/customers
This forces PowerBI to lookup the metadata for the url and it calls https://dotnet.azurewebsites.net/odata/customers$metadata
however this url is blocked as we need all people going through the reverse proxy.
Is there a way to tell the OData framework to use the original host name for the metadata url?