ct-keycloak-iam
httpbin
Our great sponsors
ct-keycloak-iam | httpbin | |
---|---|---|
2 | 59 | |
4 | 11,751 | |
- | 0.8% | |
10.0 | 0.0 | |
7 months ago | about 1 month ago | |
FreeMarker | Python | |
- | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ct-keycloak-iam
-
How to Configure Multitenancy in Keycloak with Spring API Gateway Integration
For this exercise, we will use a custom Keycloak server from https://github.com/czetsuyatech/ct-keycloak-iam. This project downloads a specific version of the Keycloak server and builds customizations such as theme, provider, realm, and more.
httpbin
-
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
-
Collaborate on APIs for free, with Lama2, git and VSCode
POST MULTIPART http://httpbin.org/post 'X-Parse-Application-Id':hello X-Parse-REST-API-Key:"world" # DATA first=second # FILES [email protected]/image.jpeg
-
Set HTTP headers with WWW-Mechanize
use strict; use warnings; use feature 'say'; use WWW::Mechanize; my $url = 'https://httpbin.org/headers'; my $mech = WWW::Mechanize->new; $mech->add_header("User-Agent" => "Internet Explorer/6.0"); $mech->add_header("api-key" => "Some API key"); $mech->get( $url ); #say $mech->status; #say '---'; #say $mech->dump_headers; #say '---'; say $mech->content;
-
API Testing Demo Site
httpbin: http://httpbin.org/
What are some alternatives?
echo-server - An HTTP and WebSocket "echo" server for testing proxies and HTTP clients.
gabbi - Declarative HTTP Testing for Python and anything else
novelai-api - Python API for the NovelAI REST API
azure-docs - Open source documentation of Microsoft Azure
cheerio - The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
echo-server - An HTTP and WebSocket "echo" server for testing proxies and HTTP clients.
badssl.com - :lock: Memorable site for testing clients against bad SSL configs.
easyhttp - 👩💻 Simple Python HTTP server
gunicorn - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
hug - Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
httpstatuses - A directory of HTTP Status Codes and code references
prestige - A text-based HTTP client in the browser. An interface-less Postman.