https://http-me.edgecompute.app/
Using rust to demo DevSecOps.
Check out the Github Actions. The Github Actions are defined in the folder .github/workflows/
Use curl to send requests to https://http-me.edgecompute.app
fastly kv-store create --name=assets_store
fastly kv-store list | grep assets_store -a1 | grep ID
fastly kv-store-entry create --dir ./static-assets/ --store-id=STORE-ID
fastly resource-link create --version=latest --autoclone --resource-id=STORE-ID
fastly service-version activate --version=latest
https://developer.fastly.com/reference/cli/kv-store/ https://developer.fastly.com/reference/cli/kv-store-entry/
curl -i 'https://http-me.edgecompute.app/status/302'
curl -i 'https://http-me.edgecompute.app/anything/myquery?foo=bar'
curl -i 'https://http-me.edgecompute.app/any/path/myquery?foo=bar' -H 'endpoint:status=302'
Please see SECURITY.md for guidance on reporting security-related issues.