diff --git a/internal/prober/multihttp/script.tmpl b/internal/prober/multihttp/script.tmpl index 7cbe357a..f825f6e2 100644 --- a/internal/prober/multihttp/script.tmpl +++ b/internal/prober/multihttp/script.tmpl @@ -93,7 +93,7 @@ export default function() { // TODO(mem): build params out of options for the check tags: { name: '{{ $idx }}', // TODO(mem): give the user some control over this? - __raw_url__: url.toString(), + __raw_url__: '{{ .Request.Url }}', }, redirects: 0{{ if gt (len $headers) 0 }}, headers: {{ $headers }}{{ end }}