Live data from Hacker News

Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

httptoolkit.tech

1–10 of 86 posts

Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

#2
Hey HN! I've been building this for a while, but up until now it's been a read-only HTTP debugging tool, and today's my first foray into proper mocking, which opens up a whole new world of fun (and practical use cases).

Let me know what you think :-)

Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

#3
post #2

Hey HN! I've been building this for a while, but up until now it's been a read-only HTTP debugging tool, and today's my first foray into proper mocking, which opens up a whole new world of fun (and practical use cases). Let me know what you think :-)

Didn't try it yet but the promise is amazing.

Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

#6

There are full opensource alternative for this? I like the product, I'm testing it right now. But I'm curious if there is a way to accomplish something like this with existing opensource tools or a similar full opensource project.

I think you can use for example mitmproxy for this though with more setup

Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

#7

There are full opensource alternative for this? I like the product, I'm testing it right now. But I'm curious if there is a way to accomplish something like this with existing opensource tools or a similar full opensource project.

It is 100% open source according to their website (in the footer). https://github.com/httptoolkit

Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

#9

There are full opensource alternative for this? I like the product, I'm testing it right now. But I'm curious if there is a way to accomplish something like this with existing opensource tools or a similar full opensource project.

I think it is opensource no?

https://github.com/httptoolkit

Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup

#10

There are full opensource alternative for this? I like the product, I'm testing it right now. But I'm curious if there is a way to accomplish something like this with existing opensource tools or a similar full opensource project.

Would not be able to exactly explain the features and differences, but https://mitmproxy.org/ is a similar project you might be interested in.
Post reply on HN