#!/bin/bash # Prompt user for the prefix value read -p "Enter the prefix for the URL: " prefix # Run slowhttptest with the specified prefix echo "Generating Slow POST requests for homepage" slowhttptest -B \ -u "http://${prefix}.gslab-juiceshop.com/" \ -d "gslab-juiceshop.com.edgekey-staging.net:80" \ -r 4 -c 2