How to insecure cookies in asp.net core
Sharath C
1
Reputation point
How to insecure cookies in asp.net core?
Authentication.Api/Startup.cs application configuration file
does not define sensitive application cookies with the "secure" flag, which could cause the client to send those cookies in
plaintext over an insecure network communication (HTTP). This may lead to a Session Hijacking attack.
Method
public class Startup
Please help to my code . If get let me know
Sign in to answer