- Jul 14, 2004
- 346
- 0
- 0
I have create a List that contains URL's that I want to block from the user. Once I search that list and see that the requested URL is in the list, I need to send a 403(forbidden) message. Does anyone know if I can just send a "HTTP/1.0 403 Forbidden" Header back to the client in bytes from my DataOutputStream object??
Anyone have any other suggestions I would appreciate it.
Anyone have any other suggestions I would appreciate it.