#!/bin/bash DOMAIN="localhost" IP="127.0.0.1" PORT="8888" URI="/drupal-8.0.x/?"${RANDOM} SPOOF="a bad hostname" curl --verbose --header "Host: ${SPOOF}" http://${DOMAIN}:${PORT}${URI}