Azure-docs: What are the three URLs: context.Api.ServiceUrl, context.Request.OriginalUrl and context.Request.Url meant for?

Created on 5 Oct 2018  Â·  1Comment  Â·  Source: MicrosoftDocs/azure-docs

I assume context.Api.ServiceUrl is for the backend service URL. What's the difference between OriginalUrl and Url?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

api-managemensvc assigned-to-author product-question triaged

Most helpful comment

@JatinSanghvi ServiceUrl contains base URL for the backend associated with the API. OriginalUrl contains full URL specified with the incoming request. Url contains the current value of the full backend URL.

>All comments

@JatinSanghvi ServiceUrl contains base URL for the backend associated with the API. OriginalUrl contains full URL specified with the incoming request. Url contains the current value of the full backend URL.

Was this page helpful?
0 / 5 - 0 ratings