TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Free service to debug API calls and web hooks

3 点作者 SnootyMonkey超过 10 年前

2 条评论

smileart超过 10 年前
Thanks! Here some other useful services:<p><a href="http://httpbin.org" rel="nofollow">http:&#x2F;&#x2F;httpbin.org</a> <a href="http://requestb.in" rel="nofollow">http:&#x2F;&#x2F;requestb.in</a> <a href="http://www.jsontest.com" rel="nofollow">http:&#x2F;&#x2F;www.jsontest.com</a> <a href="http://www.mocky.io" rel="nofollow">http:&#x2F;&#x2F;www.mocky.io</a> <a href="https://www.200please.com/http/echo" rel="nofollow">https:&#x2F;&#x2F;www.200please.com&#x2F;http&#x2F;echo</a><p>You welcome! ;)
SnootyMonkey超过 10 年前
POSThere.io is a simple free service for developers to help debug API calls and web hooks.<p>When your code is POSTing to someone else’s code… or they&#x27;ll be POSTing to you, it can be hard to iterate, debug and validate your code.<p>POSThere.io let&#x27;s you see what is POSTed (or PUT or PATCHed) at any time in an easy, clear browser interface.<p>After POSTing, point your web browser at the same URL and you’ll see a clear history and details of all the POST requests. Neat, huh?<p>And it’s open source! Check the code and verify we don’t do anything nefarious, or host it yourself.<p><a href="http://github.com/path/posthere.io" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;path&#x2F;posthere.io</a>