Bonamici, Andrea wrote:
Bonamici, Andrea wrote:
Hi All.
It's possible ( using squid 2.5 stable 5 ) to log that the user upload or download ??
For example:
The user visit the www.hotmail.com and create a new message with an attachment.
I would like that the name of the attachment is write into log file.
Someone have an idea ??
Excuse me for my terrible english !
Thank's all.
It isn't by default, but you can enable with strip_query_terms off. This is a risk for your user's privacy be careful.
Emilio C.
Thank's Emilio.
I try this setting but in the access.log I don't read the name of the
attached file.
I try to send a mail from HOTMAIL with an attachment TESTFILE.DOC but in
access.log
I read this row --> 12313.243 345 121.212.198.232 TCP_DENIED/407 1823 POST
http://www.hotmail.com/cgi-bin/WebMail/sendmsg.cgi
Have an idea ?? Bye Emilio. Thank's
Then the strip_query_terms acl is irrelevant. Post is a method for to send input data to the server these data go in the body for that reason you don't see anything int the url string. I think that a sniffer is valid for this purpose.
Emilio C.
