Socket « Request « JSP-Servlet Q&A





1. Throttle HTTP request in Java Servlet    stackoverflow.com

In a java servlet, how can I throttle http requests coming from users based on the client's IP address? I do not want to serve more than X requests per ...

2. sending PUT,DELETE requests to HttpServlet (urgent)    coderanch.com

thanks for the reply The URL is valid and true and no problem with encoding i have done it in setRequestParameters() method referenced in the above code. I could not exactly understand what you mentioned about first manipulating parameters than connecting to server but im working on it. i closed the output stream but again saw no action on the server ...