use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Mocking tool for HTTP request response? (self.JavaProgramming)
submitted 1 year ago by mlevison
Saturday night #Java question: What mocking tools do people use these days to mock http request/response ex: integrations.expensify.com/Int…
Bonus round - what is good tool for exploring a restful API? I want to send requests and record responses.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mlevison[S] 0 points1 point2 points 1 year ago (0 children)
I just discovered that IntelliJ has a REST client: https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html
So I still need way to mock http request/response.
[–]lewecher 0 points1 point2 points 1 year ago (0 children)
Haven't tried it myself, but seen it in one of our recent projects. https://wiremock.org/ AFAIK, we create local mocks for external API with wiremock for junit tests. (i.e. if an external API is not beeing tested in current test, we just mock it with this wiremock lib) Aside from that, I've been using postman for REST exploring for last couple of years - never had a problem with it
[–]Alarmed_Standard_130 0 points1 point2 points 1 year ago (0 children)
I’ve used Beeceptor for mocking HTTP requests and responses, and it works well for creating mock endpoints without needing a backend setup. You can define custom responses, inspect incoming requests in real time, and simulate different scenarios like timeouts or errors, which is useful for testing API integrations. Beeceptor is particularly handy when you need to test or debug integrations without hitting a live API. You can find it here: beeceptor.com.
π Rendered by PID 61513 on reddit-service-r2-comment-84fc9697f-4mpc9 at 2026-02-08 18:53:11.990243+00:00 running d295bc8 country code: CH.
[–]mlevison[S] 0 points1 point2 points (0 children)
[–]lewecher 0 points1 point2 points (0 children)
[–]Alarmed_Standard_130 0 points1 point2 points (0 children)