 |
Implementing a simple HTTP Server in Java to handle GET methods
... GET method URL, most HTTP coding errors happen because the input HTTP request is not URLDecoded as a result we won't get the correct parameters to process, therefore one needs to URLDecode the input request string. ...
www.prasannatech.net |
 |