Custom file testing

Upload your own test file, then request it through the /downloads/ endpoint.

Upload custom file

Upload a custom file using POST /upload.

GET custom file

Enter the filename of a file already uploaded to the server.

GET /downloads/<filename>

Expected behavior

  • Custom uploads use POST /upload.
  • Downloads use GET /downloads/<filename>.
  • Allowed requests return the requested file normally.
  • Blocked requests should return the configured WAAP block response.
File uploaded successfully.