function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sambit SoravSambit Sorav 

How to get cookies with flag HttpOnly inside the Http Post header?

Hi, I want to get cookies when I log in into client's website but cookies with HttpOnly flags are not included in getHeaders. Only cookies without HttpOnly flag are returned in headers map. Pls help me with how to resolve this issue.
PriyaPriya (Salesforce Developers) 
Kindly refer this article :-

https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

refards,

priya Ranjan