From a0d7d51508ea276d00b4ef3aee838cb4e9529600 Mon Sep 17 00:00:00 2001 From: gelparsons <134720891+gelparsons@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:27:17 +0100 Subject: [PATCH] Update record-playback.md Remove the trailing slash from the suggested example target URL because it causes "java.lang.IllegalArgumentException: URI path begins with multiple slashes" when the curl request is made. --- _docs/record-playback.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/record-playback.md b/_docs/record-playback.md index 32522c7c..2a993910 100644 --- a/_docs/record-playback.md +++ b/_docs/record-playback.md @@ -24,7 +24,7 @@ Once that's running visit the recorder UI page at [http://localhost:8080/\_\_adm ![Recorder UI]({{ '/images/recorder-screenshot.png' | absolute_url }}) -Enter the URL you wish to record from in the target URL field and click the Record button. You can use `http://examples.wiremockapi.cloud/` to try it out. +Enter the URL you wish to record from in the target URL field and click the Record button. You can use `http://examples.wiremockapi.cloud` to try it out. Now you need to make a request through WireMock to the target API so that it can be recorded. If you're using the example URL, you can generate a request using curl: