Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike Chambers 636 posts 1253 karma points c-trib
    Oct 23, 2017 @ 13:38
    Mike Chambers
    0

    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..

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies