There is a small bug in the codes that prevent the url from being loaded correctly.
When the user does not input the queryString (the "?name=Ian&year=200"), the server would not handle the request (404).
With this change, the server will respond with the appropriate help message or Invalid Command otherwise.
There is a small bug in the codes that prevent the url from being loaded correctly. When the user does not input the queryString (the "?name=Ian&year=200"), the server would not handle the request (404).
With this change, the server will respond with the appropriate help message or Invalid Command otherwise.