Skip to content

Commit

Permalink
Update record-playback.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gelparsons authored Sep 26, 2023
1 parent 83ebc75 commit a0d7d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/record-playback.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a0d7d51

Please sign in to comment.