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: HTTP Status Code Generator

4 pointsby armiillerover 1 year ago
A service for generating HTTP codes.<p>It’s useful for testing monitoring services.<p>Just add the status code you want to the end of the URL, like this <a href="https:&#x2F;&#x2F;statuscode.app&#x2F;200" rel="nofollow noreferrer">https:&#x2F;&#x2F;statuscode.app&#x2F;200</a>

2 comments

cratermoonover 1 year ago
See also <a href="https:&#x2F;&#x2F;httpbin.org&#x2F;#&#x2F;Status_codes" rel="nofollow noreferrer">https:&#x2F;&#x2F;httpbin.org&#x2F;#&#x2F;Status_codes</a>
评论 #37489574 未加载
joshxyzover 1 year ago
can the user also modify the response headers and response body?