You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
Following #17 and its fix, HttpContext.Connection.IsLocal returns true when ran a local computer.
Unexpectedly, it also returns true when hosted in an Azure web app.
Note: In order to test this, I've patched the kudu generated deploy.cmd script to target a different dnx runtime and changed the dnu restore sources
The text was updated successfully, but these errors were encountered:
fermaem
changed the title
HttpContext.Connection.IsLocal returns true when hosted in an Azure app
HttpContext.Connection.IsLocal returns true when hosted in an Azure webapp
Jan 12, 2016
Discovered on version 1.0.0-rc2-16357.
Following #17 and its fix,
HttpContext.Connection.IsLocal
returnstrue
when ran a local computer.Unexpectedly, it also returns
true
when hosted in an Azure web app.Note: In order to test this, I've patched the kudu generated
deploy.cmd
script to target a different dnx runtime and changed thednu restore
sourcesThe text was updated successfully, but these errors were encountered: