Website returns 302 instead of 200

前端 未结 6 1040
深忆病人
深忆病人 2021-02-07 23:38

Well this one freaks me out. I used a Http Header check tool to check the headers of my webpage and guess what. In every request the response was 302 instead of 200.

         


        
6条回答
  •  自闭症患者
    2021-02-07 23:47

    Are you using forms authentication? and log in page is some other page than the default page say auth.aspx? If this is the case then you will allways get 302 code and the page will be redirected to login page.

提交回复
热议问题