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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Httpbin – HTTP Client Testing Service

175 点作者 pandog超过 9 年前

10 条评论

johns超过 9 年前
Thanks for reposting this. We recently took this over from Kenneth Reitz and I'd love to hear your suggestions for improvements or additions.
评论 #10186174 未加载
评论 #10186299 未加载
评论 #10186480 未加载
评论 #10186599 未加载
diggan超过 9 年前
I tend to use <a href="http:&#x2F;&#x2F;requestb.in&#x2F;" rel="nofollow">http:&#x2F;&#x2F;requestb.in&#x2F;</a> since it&#x27;s a lot simpler to use. Basically press on the button in the middle, copy+paste url and then reload page once webhook is there.<p>Also, I created this nifty shorthand for use in the terminal:<p><pre><code> alias bin_me=&quot;curl --silent -X POST http:&#x2F;&#x2F;requestb.in&#x2F;api&#x2F;v1&#x2F;bins | jq -r &#x27;\&quot;http:&#x2F;&#x2F;requestb.in&#x2F;\(.name)?inspect\&quot;&#x27;&quot; </code></pre> Requires JQ (could easily not require that) and you&#x27;ll just remove the ?inspect when you want to use the bin.
评论 #10186394 未加载
评论 #10186397 未加载
orliesaurus超过 9 年前
This is a great service and I think it was the idea that then spawned another service - <a href="http:&#x2F;&#x2F;mockbin.org" rel="nofollow">http:&#x2F;&#x2F;mockbin.org</a>.<p>Funnily enough I use both depending on what I&#x27;m trying to achieve, with httpbin being more immediate and mockbin being for more in-depth&#x2F;complex testing. Good job!
评论 #10187568 未加载
jo909超过 9 年前
What is the &quot;EU&quot; flavour?
评论 #10186286 未加载
评论 #10186464 未加载
mansilladev超过 9 年前
I prefer this offer all of those &quot;what is my IP?&quot; web sites. No ads or captcha. Plus, it&#x27;s in JSON.<p><a href="http:&#x2F;&#x2F;httpbin.org&#x2F;ip" rel="nofollow">http:&#x2F;&#x2F;httpbin.org&#x2F;ip</a>
评论 #10186934 未加载
评论 #10187961 未加载
评论 #10189400 未加载
评论 #10186760 未加载
评论 #10186889 未加载
评论 #10187157 未加载
throwaway3918超过 9 年前
<a href="https:&#x2F;&#x2F;wtfismyip.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wtfismyip.com&#x2F;</a> is nice too, for headers and IP addresses.
sinzone超过 9 年前
Awesome service! We use it a lot in conjunction with other tools. Didn&#x27;t know it&#x27;s actually 4 years old already [1].<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2649326" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2649326</a>
elchief超过 9 年前
Love it but our fucking Cisco ScanSafe keeps marking it as evil every time it updates.
enrmarc超过 9 年前
Offtopic: how did he turn the README.rst into a webpage?
评论 #10186757 未加载
impostervt超过 9 年前
Very useful site for testing purposes!