You can make the following GET requests

File Structure in www (you can use /file/www/FILENAME):


Task 2.5.3 Requests:

  echo - Displays a message a configurable number of times
    Example: https://funwebserverser321.duckdns.org/echo?message=Hello World&times=5

  rng - Generates 10 random numbers within a lower bound (inclusive), upper bound (exclusive), and an optional seed
    Example: https://funwebserverser321.duckdns.org/rng?seed=18&lower=2&upper=15