Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
So I've implemented a IContentFinder that also handles static files by intercepting the
/non-existing-page?404;http://localhost:80/privacy.php
when I came to deploy this to azure I've found that the querystring doesn't seem to follow the expected querystring construction
instead of
/non-existing-page?404;http://www.domain.com.azurewebsites.net:80/privacy.php
I'm seeing /non-existing-page?404;http://[AZURE APP NAME]:80/privacy.php
Anyone have any pointers for why this is.. perhaps the live domain might revert to having the HOST? But developing it's strange..
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Weird urls ?404;... from Azure 404's for static pages redirection handler via IContentFinder
So I've implemented a IContentFinder that also handles static files by intercepting the
/non-existing-page?404;http://localhost:80/privacy.php
when I came to deploy this to azure I've found that the querystring doesn't seem to follow the expected querystring construction
instead of
/non-existing-page?404;http://www.domain.com.azurewebsites.net:80/privacy.php
I'm seeing /non-existing-page?404;http://[AZURE APP NAME]:80/privacy.php
Anyone have any pointers for why this is.. perhaps the live domain might revert to having the HOST? But developing it's strange..
is working on a reply...