Skip to content

Configuration #1

@servettonga

Description

@servettonga

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    testTest Case

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions