Akash Singh

Results 6 comments of Akash Singh

Hey Mina, Sorry I've been busy with work and didn't see this message. What you're talking about is preventing the server from doing a MITM (man in the middle) attack...

> [@akash4393](https://github.com/akash4393) , [@daveshanley](https://github.com/daveshanley) , PR [#155](https://github.com/pb33f/wiretap/pull/155) should resolve the argument checking issue noted above. > > In my development environment I still couldn't get the static mock feature to...

@DawMatt Can you also share the mocks you are defining? I'm able to see the responses from static mocks using curl as you. ```bash curl "http://localhost/test" ``` Here's my mock...

@DawMatt After thinking some more, I think it makes sense to merge your PR #155 Shared my thoughts [here](https://github.com/pb33f/wiretap/pull/155#discussion_r1966124545)

> [@akash4393](https://github.com/akash4393) , a suggestion. Can you please look at the documentation page and verify that if someone steps through that example that the feature will work? Maybe the feature...

> Something else I noticed now that I've managed to successfully test the feature. Requests served by the static mock feature don't appear in the monitor UI. Those that don't...