Beeceptor
p/beeceptor
Build Dummy APIs in A Few Seconds
Ankit Jain
HTTP Echo Server β€” Send a request and get a JSON response echoed
Featured
7
β€’
Beeceptor's HTTP Echo Server is a ready-to-use web server that echos a JSON with the content of incoming HTTP requests. Useful for Request Inspection and debugging, outbound ping for network troubleshooting, multipart request resting, etc.
Replies
Ankit Jain
Maker
πŸ“Œ
A niche tool from Beeceptor to the community. You can use it as an outbound-ping server, or debug HTTP or API requests.
Yuki Ogino
Nice one! Congrats on your launch!
Julien Ergan
Congrats, cool tool!
Philipp Shay
Congratulations on launching! πŸš€ Good luck with your project! πŸ€ How does Beeceptor's HTTP Echo Server handle multipart requests and what makes it unique for request inspection compared to other tools?
Ankit Jain
@kinzarra thank you for the support. There aren't many hosted tools for helping debug HTTP. Beeceptor's HTTP Echo is a unique tool for - sending any request path, or HTTP method, it will respond. Compared to other tools, which only respond on specific (rigid) configurations. - CORS enabled - multipart-form-data: It parses the content and extracts file types, names, fileName, content-size, etc. - parsing of URL encoded form data. We will be adding more features to this niche tool, to help get more use-cases for developers, which will take this to next level for debugging: - sending Content-type as JSON, and having malformed request. - sending JSON data, but missing to set content-type. - simulating a SET cookie action. - simulating a
Ghost Kitty
Comment Deleted
Jitin Mehndiratta
Great tool - would be really helpful in request validation ! One question - How safe is the request content being validated? How can I ensure trust is in place when using this tool?