Copied to clipboard

Flag this post as spam?

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


  • SM 19 posts 41 karma points
    Mar 07, 2014 @ 10:03
    SM
    0

    Umbraco ServerVariables Returns 401 - You must login to view this resource.

    I have installed a new instance of Umbraco 7.0.4. I successfully ran through the installation process without issue, however when I try to log in the page is asking Windows Authentication

    http://umbraco7/umbraco/#/login

    Looking in firebug there is a request to

    http://umbraco7/umbraco/ServerVariables

    And trying to access this following script

    yepnope.min.js

    However this is returning a 401:

    401 - You must login to view this resource.
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 20:16
    Jan Skovgaard
    0

    Hi SM

    Are you still struggling with this issue?

    Otherwise I would like to hear what steps you took on installing Umbraco?

    Did you follow the installation documentation?

    /Jan

  • Adrian 38 posts 117 karma points
    Mar 27, 2014 @ 13:02
    Adrian
    0

    I'm having a similar issue after installing a 7.0.1 site then changing it to work under a different url and use HTTPS...

    I've written it up here, the OP above is very similar:

    http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/49453-HTTPS-and-BackOffice-logging-in

  • Antony 8 posts 28 karma points
    Jun 11, 2015 @ 10:53
    Antony
    0

    I am having the same issue (Umbraco 7.2.4). It works okay locally but when I publish it to the live server, I get the error after logging into umbraco control panel

  • SM 19 posts 41 karma points
    May 15, 2017 @ 12:24
    SM
    0

    This is caused because dot(.) wasn't allowed in the URL. To resolve the issue we need to allow dot(.), You can do this through UrlScan settings, make sure UrlScan is installed.

    Location to the configuration file: C:\Windows\System32\inetsrv\urlscan\UrlScan.ini

    And then Change AllowDotInPath=0 to AllowDotInPath=1

Please Sign in or register to post replies

Write your reply to:

Draft