Skip to content

Commit

Permalink
Merge pull request #177 from gelparsons/patch-1
Browse files Browse the repository at this point in the history
Fix example target URL in recording docs
  • Loading branch information
oleg-nenashev authored Sep 27, 2023
2 parents 83ebc75 + a0d7d51 commit 6e28297
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 6e28297

Please sign in to comment.