所以我在网站上工作,当我从Visual Studio启动它时,默认网址是https://loaclhost/GeoFencing/,但它给了我一个错误:
ID3206: A SignInResponse message may only redirect within the current web application: '/Home/Api' is not allowed.
但是,当我从URL中删除尾部斜杠时,页面会正常打开,但页面加载时显示的新URL会在结尾处显示尾部斜杠!
任何人都知道这里发生了什么?