Hello, what do you think is the best way to match domain? I am bulding a simple HTTP proxy that should deny all the traffic towards any destination, unless the destination host is in a whitelist.For instance, say the whitelist contains google.com. I want to deny all the traffic towards any other hostname other than google.com.Is the host HTTP header a reliable way to retrieve the hostname? What could be a good approach to this?
Submitted October 15, 2018 at 06:57PM by honestserpent
No comments:
Post a Comment