SEND_REQUEST {
    # Remove the cache-control and Pragma header. Pragma is rare though
    outbound.req.Cache-Control = "";
    outbound.req.Pragma = "";
}
