adspace
Answer Posted / Mithlesh Kumari
To secure HTTP cookies against XSS attacks in Node.js, you can use the 'express-rate-limit' package to prevent excessive cookie manipulation by clients or set the 'HttpOnly' flag for cookies to make them inaccessible to client-side scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers