79271630

Date: 2024-12-11 12:05:38
Score: 0.5
Natty:
Report link

After some research i got fix to my problem. As in my code i am commenting the httpOnly:true which by default is true. so i have to define this as false not removing it from my code.

This works for me:

cookie:{
  httpOnly:false,
  secure:true
}
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Muhammad Jaffer