-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
testTest CaseTest Case
Description
In the configuration file, check whether you can do the following and
test the result:
- Search for the HTTP response status codes list on the internet. If any status codes are wrong, don't give any related points.
- Set up multiple servers with different ports.
- Set up multiple servers with different hostnames (use something like:
curl --resolve example.com:80:127.0.0.1 http://example.com/). - Set up the default error page (try to change error 404).
- Limit the client body (use:
curl -X POST -H "Content-Type: plain/text" --data "BODY IS HERE write something shorter or longer than body limit"). - Setup routes in a server to different directories.
- Set up a default file to search for if you ask for a directory.
- Set up a list of methods accepted for a certain route (e.g., try to delete something with and without permission).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testTest CaseTest Case