alinGmail / LiveMock

LiveMock is a comprehensive tool for API development and testing, offering mock data, request proxying, and logging, to streamline workflows and track traffic.
Apache License 2.0
553 stars 84 forks source link

record the request query param #7

Closed eve-qi closed 8 months ago

eve-qi commented 8 months ago

I run the mock server and make the above request. http://localhost:8088/posts/2?bookName=abc But when I found this record on the request log page, I did not see the bookName query parameter recorded. Please fix this problem and record the query param,thanks.