TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Statuscoder, easily get any HTTP status code for testing

54 pointsby ajackalmost 13 years ago
I recently wanted to test how a part of a web app responded to a 502 HTTP status code from a remote site from which it was pulling data. When I came to test it, the remote site was working fine, but I still wanted the 502. So I created statuscoder, just append your desired status code to the URL and it'll respond with that code.<p>http://statuscoder.com<p>It's my first single-use project and I like its simplicity - it does one job and (hopefully) does it well. Is there anything else that you'd want to see it do?

6 comments

nigmaalmost 13 years ago
Also <a href="http://httpbin.org/" rel="nofollow">http://httpbin.org/</a>. It can handle more test cases and the source code is on github.
mcpherrinmalmost 13 years ago
Bad SSL configuration on this server. Looks like it's missing an intermediate certificate.<p>Instructions for the site owner are here: <a href="http://www.alphassl.com/support/install-root-certificate.html" rel="nofollow">http://www.alphassl.com/support/install-root-certificate.htm...</a><p>I'm not adding an exception to view it, and non-SSL redirects to SSL.
评论 #4123697 未加载
评论 #4123689 未加载
评论 #4123799 未加载
评论 #4123685 未加载
Herald_MJalmost 13 years ago
<a href="http://httpstat.us" rel="nofollow">http://httpstat.us</a> does this too.
prodigal_erikalmost 13 years ago
I'm not very familiar with X-Frame-Options and X-XSS-Protection headers. Do they actually do anything for errors or empty responses, or does this stack just add them by default?
Alan01252almost 13 years ago
<a href="https://statuscoder.com/418" rel="nofollow">https://statuscoder.com/418</a><p>Thanks you made me smile. :) Can I ask you what your motivation for this project is?
评论 #4123742 未加载
njaalmost 13 years ago
This is pretty cool! I'm just disappointed that 420 doesn't say Enhance Your Calm, but then again, you're not Twitter <a href="https://dev.twitter.com/docs/error-codes-responses" rel="nofollow">https://dev.twitter.com/docs/error-codes-responses</a>