From b49f0047cd2c207d35db4aa5618f657121f49fee Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 5 Nov 2021 16:19:51 +0100 Subject: [PATCH] Add base64 description to README Signed-off-by: Knut Ahlers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 420e3ee..2d8f1d0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ This also works with parameters: `http://localhost:3000/https://pbs.twimg.com/media/somemediaid?format=jpg&name=4096x4096` +If you do have some service (like Discord) screwing up these URLs you can apply base64 URL-Encoding to them (do NOT omit the padding): + +`http://localhost:3000/b64:aHR0cHM6Ly9wYnMudHdpbWcuY29tL21lZGlhL3NvbWVtZWRpYWlkP2Zvcm1hdD1qcGcmbmFtZT00MDk2eDQwOTY=` + ### Select Storage Provider **Local files**