Skip to content

Latest commit

 

History

History
39 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (17 loc) · 1.03 KB

Test, build, and deploy

Website for HTTP testing

https://http-me.edgecompute.app/

Demo for DevSecOps

Using rust to demo DevSecOps.

Check out the Github Actions. The Github Actions are defined in the folder .github/workflows/

Sending test requests

Use curl to send requests to https://http-me.edgecompute.app

How to send requests through the CLI

Return a specific status code

curl -i 'https://http-me.edgecompute.app/status/302'

Return data sent to the server

curl -i 'https://http-me.edgecompute.app/anything/myquery?foo=bar'

return a custom status code at an arbitrary path

curl -i 'https://http-me.edgecompute.app/any/path/myquery?foo=bar' -H 'endpoint:status=302'

Security issues

Please see SECURITY.md for guidance on reporting security-related issues.