- Jul 14, 2004
- 346
- 0
- 0
I have to create a logging web proxy. I have to implement URL - based filtering and logging. The sender will run a basic java call with a specified port number.
Anytime a browser connects and sends a GET, HEAD, or POST HTTP request I have to check to see if the URL is in the request log.
My question is that to begin this, do I need to implement the client side class that creates a socket and then use the Logging that Java provides?
As you can probably tell Im a little lost on where to begin. So any suggestions would be great! Im just trying to get started on this but am having trouble on where to begin.
Thanks.
Anytime a browser connects and sends a GET, HEAD, or POST HTTP request I have to check to see if the URL is in the request log.
My question is that to begin this, do I need to implement the client side class that creates a socket and then use the Logging that Java provides?
As you can probably tell Im a little lost on where to begin. So any suggestions would be great! Im just trying to get started on this but am having trouble on where to begin.
Thanks.