Show HN: Intercept.rest – Faster API debugging
21–30 of 60 posts
Re: Show HN: Intercept.rest – Faster API debugging
#22Re: Show HN: Intercept.rest – Faster API debugging
#23Re: Show HN: Intercept.rest – Faster API debugging
#24Happy to see this here :) I've been using it since the invite-only release. Helped us track down a bunch of bugs spot on. Burpsuite was my go-to tool before this, which simply is an overkill for this kind of testing. Intercept.rest makes it super simple and neat.
Re: Show HN: Intercept.rest – Faster API debugging
#25this looks great! how do you guys compare with requestbin?
Our tool is similar to that. But our tool will monitor and forward requests to the original URL and reply the response (a proxy for your API with monitoring ). So your endpoint will work as expected and you can monitor that for debugging purposes.
one use case is that when any client reports any bugs regarding API/network requests, you can easily reproduce that without getting any inputs from the user.
Re: Show HN: Intercept.rest – Faster API debugging
#26Re: Show HN: Intercept.rest – Faster API debugging
#27Re: Show HN: Intercept.rest – Faster API debugging
#28Re: Show HN: Intercept.rest – Faster API debugging
#29Re: Show HN: Intercept.rest – Faster API debugging
#30will this do what ngrok does as well ?