You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to http-archive-...@googlegroups.com
Hi, I would like to do some research how webpages handle security of the cookies.
I've consider to use Striptize/Greesemonkey and JavaScript and DOM to store all necesary variables in localStorage/globalStorage that browser could track how the session id and other variables are changing while the website is browsed to alert user in case of dramatical change. I found some cookie settings are not accesable with DOM because of DOM XSS and others.
Then I found HAR project :) I've read description and it seems to cover most of my needs. Could you give me some suggestions how to solve the case and avoid silly mistakes while developing solution with your tools?
Thank you very much in advace for any help. Kris
Jan Honza Odvarko
unread,
Feb 23, 2012, 8:19:53 AM2/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to http-archive-...@googlegroups.com
HAR (HTTP Archive) is a data format spec that is used by HTTP tracking tools when exporting collected data. This format has also fields for Cookies.