Forum Discussion

lcravopt's avatar
lcravopt
Icon for Altostratus rankAltostratus
Apr 01, 2025
Solved

Health Check is returning HTTP code 302

Hi, I'm testing a security change that was made in out .NET application, in order for the SessionId to be encrypted. In practice our application has 2 cookies ASP.NET_SessionId and .AUTHTOKEN. Wh...
  • lcravopt's avatar
    Apr 15, 2025

    So, internally, together with the DEV and IT teams, we decided to exclude the page used in the health check from the authentication (code change).

    This way it will stop to be necessary to have the cookies SessionId and AuthToken, thus the GET will return HTTP status code 200.

     

    Thank you for all your help.