Netty Http interception proxy -
good morning every body.
i investigating netty business case working on: - company wants control employee users not use employee email addresses, post or store these addresses, on internet, leave no trace on internet
the solution thinking is: - tracking requests , inspect values in forms. if 1 value match company name, replace fake name. - tracking http responses. if company name found, hihglight company name in page, , log file, compliance department can control it.
at moment have seen proxy dumphex of netty. haven't found examples can modify requests , responses. proxy example link channels together.
do think approach doable netty?
can find examples of modifying content in samples? have not found far.
thanks , regards
gilles
Comments
Post a Comment