javascriptcookiescookie-httponly

I can view httpOnly cookies in browser


I thought that httpOnly cookies were only available to read in a http request. However, when I open up Firefox dev tools, I can see the cookies' value. Is this normal?


Solution

  • Yes, that’s normal.you can access the cookies using the devtool.