0
[email protected] created
ABP Framework version: 5.2.5 Angular version: 8.2.5 I would like to set SECURE: TRUE in HttpOnly flag If there is any way to set the SECURE value to TRUE will be great.
The requirement was recomended/suggested by our security expert.
5 Answer(s)
-
0
-
0
Hi,
Since Angular app uses values of those cookies, you can't set HttpOnly to true. In that case, Angular app can't read values. However, you can use local storage or an approach like this one https://github.com/aspnetzero/aspnet-zero-core/issues/2611
-
0
Hi,
Correct we cannot set the HttpOnly to true but can we set the secure to true only.
Thanks, sachin
Have an answer to this question?
Log in
and write your answer.