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