From 33a3ed548d9b1ae22016a4b71dfbf3afbe451ab6 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 25 Dec 2024 20:02:09 +0000 Subject: [PATCH] Add test for https enforcement --- test/prod.hurl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/prod.hurl b/test/prod.hurl index d3949645..f8e740eb 100644 --- a/test/prod.hurl +++ b/test/prod.hurl @@ -1,3 +1,9 @@ +# Make sure application enforces https + +GET http://music-library.claudio-ortolina.org +HTTP 301 +Location: https://music-library.claudio-ortolina.org/ + # API requires a valid token # GET latest record