Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Httpbin Alternatives
Similar projects and alternatives to httpbin
-
echo-server
An HTTP and WebSocket "echo" server for testing proxies and HTTP clients. (by lob)
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
badssl.com
:lock: Memorable site for testing clients against bad SSL configs.
-
echo-server
An HTTP and WebSocket "echo" server for testing proxies and HTTP clients.
-
cheerio
The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
-
-
insomnia
The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
-
libcurl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
-
bruno
Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
-
postman-app-support
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
-
-
-
-
xepor
Xepor, a web routing framework for reverse engineers and security researchers, brings the best of mitmproxy & Flask
-
httpstatuses
A directory of HTTP Status Codes and code references (by httpstatuses)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
httpbin reviews and mentions
-
httpbin alternatives - go-httpbin and java-httpbin
3 projects | 12 Nov 2023
-
How to upload files using JavaScript
But where does the data go now? By default, the form data is sent to the URL of the page containing the form — the current page, actually. Generally, all the data should be sent to a server to store and be handled. We can set up a server like Next.js, but it's a big separate topic to discover. You can learn more about it in our tutorial. In this post, I suggest concentrating on uploading staff and using httpbin — a simple OSS HTTP Request & Response Service.
-
Build Custom Authentication Using Appsmith and APISIX
Next, we configure our backend service. For demo purposes, it can be any API service that serves our backend logic. You can replace it with your service too. I use a mock public server http://httpbin.org/ that randomly generates responses. For simplicity, we will have a single endpoint that returns the public IP address of our machine in this endpoint http://httpbin.org/ip.
-
Show HN: A simple echo server for testing HTTP clients
So something like https://httpbin.org (which BTW recently has some capacity issues)
- httpstatuses.org has expired... Anybody care to put a clone in place?
-
Recommend docker container with pre-built website / APIs to support Software Testing course
I've used https://httpbin.org for such a purpose.
-
Postman is limiting local collection runner to 25 runs for basic plans
What bothers me about Postman is how they took ownership of the popular httpbin project 5 years ago and left it to bitrot. They haven't made a single commit since then, not even dependency upgrades. Now it has acquired 5 years' worth of CVEs in its dependency chain. They receive PRs to fix those issues, but all PRs and issues are ignored.
Why take ownership of the project if when there's no intention of maintaining it from the very beginning? It's almost as if projects like httpbin are detrimental to their business.
-
Using Laravel as a service proxy/gateway
use GuzzleHttp\Client as HttpClient; Route::any('/proxy/{path}', function(Request $req, $path) { $client = new HttpClient([ 'base_uri' => 'https://httpbin.org' ]); return $client->request($req->method(), $path); });
- HTTP debug container
-
Web.Contents based on information in columns (each row) iteration
let response = try Web.Contents( "https://httpbin.org", [ RelativePath = "/status/codes/418", ManualStatusHandling = {401, 402, 404} & {405..500} ] ) catch (e) => "Error, but we caught it" meta e in response
-
A note from our sponsor - InfluxDB
www.influxdata.com | 6 Dec 2023
Stats
postmanlabs/httpbin is an open source project licensed under ISC License which is an OSI approved license.
The primary programming language of httpbin is Python.