mvc3 https & http

后端 未结 4 875
攒了一身酷
攒了一身酷 2021-01-02 04:05

I am converting an asp.net application into mvc3. Lets say I have a sign in page that requires https and every other page only needs http how can I redirect the signin to ht

4条回答
  •  庸人自扰
    2021-01-02 04:52

    the issue is that after log in all your requests are going to be https even if you don't want it

提交回复
热议问题