diladele / webproxy

Web Filtering Proxy for Microsoft Windows is a web filtering proxy and secure web gateway for Microsoft Windows. It can decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages. The product deployed as a network service in Microsoft Windows and is managed by using Microsoft Management Console.
https://www.diladele.com/webproxy/
5 stars 3 forks source link

accepted_ip, user_name, auth_package - fields are property of a session #592

Closed ra-at-diladele-com closed 2 months ago

ra-at-diladele-com commented 1 year ago

Access.log – “accepted_ip” and “user_name” “auth_package” is property of a session, not a request – but for now we also store it in the request – we need to adjust the webmon to parse it differently – first from session and if not found – from request??

ra-at-diladele-com commented 2 months ago

We introduced the notion of a flow - so each session may contain several flows. The mentioned attributes are now attributes of a flow (not of a request as before). Parser is adjusted as needed.