From 9150e85fc44b01dbc4859be158f64b6396fb2f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Mon, 17 Aug 2020 09:37:02 +0200 Subject: [PATCH 1/4] Add textdb.dev service to text sharing See https://textdb.dev/ and https://github.com/bontaq/textdb for more information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 948309d..8b7fc5d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `echo "Hello world!" | curl -F 'clbin=<-' https://clbin.com` * `echo "Hello world!" | nc termbin.com 9999` * `echo "Hello world!" | curl -F 'sprunge=<-' sprunge.us` +* `echo "Hello world!" | curl -H "content-type: text/plain" -d @- https://textdb.dev/api/data/unique-id-for-my-text` ## URL shortener From 37c2efa40c99577ceeb4342d198697b6dfb70661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Mon, 17 Aug 2020 09:42:24 +0200 Subject: [PATCH 2/4] Add httpbin to Tools See https://httpbin.org and https://github.com/postmanlabs/httpbin for more information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b7fc5d..17df1a9 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl -s "https://decapi.me/youtube/latest_video?user=NPR"` - title/URL of latest upload from indicated YouTube channel * `curl -s "https://decapi.me/twitter/latest?name=NPR"` - last tweet from indicated account * `curl -s "https://decapi.me/twitch/uptime?channel=IGN"` - check if indicated twitch channel is online +* `curl -s "https://httpbin.org/delay/4"` - HTTP request and response Service (e.g. send response after 4 seconds) ## Monitoring From 1be24cfd9c9036b31380f9804d081402271b3480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Mon, 17 Aug 2020 09:50:46 +0200 Subject: [PATCH 3/4] Add urlecho service to Tools See https://github.com/izuzak/urlecho for more information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17df1a9..5fa8bf0 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl -s "https://decapi.me/twitter/latest?name=NPR"` - last tweet from indicated account * `curl -s "https://decapi.me/twitch/uptime?channel=IGN"` - check if indicated twitch channel is online * `curl -s "https://httpbin.org/delay/4"` - HTTP request and response Service (e.g. send response after 4 seconds) +* `curl -s "https://urlecho.appspot.com/echo?body=Hello+World"` - HTTP response defined in the request parameters ## Monitoring From b971b2182cc884568d3844519aac455f8f533238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Mon, 17 Aug 2020 10:02:46 +0200 Subject: [PATCH 4/4] Add urlreq service to Tools See https://github.com/izuzak/urlreq for more information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fa8bf0..8ea648c 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl -s "https://decapi.me/twitch/uptime?channel=IGN"` - check if indicated twitch channel is online * `curl -s "https://httpbin.org/delay/4"` - HTTP request and response Service (e.g. send response after 4 seconds) * `curl -s "https://urlecho.appspot.com/echo?body=Hello+World"` - HTTP response defined in the request parameters +* `curl -s "https://urlreq.appspot.com/req?method=GET&url=https://l2.io/ip"` - HTTP proxy makes new requests based on input parameters ## Monitoring