From 7fb26e38bc49dfd0a67554eec3982b0b8350f8da Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Sat, 3 May 2025 14:04:05 +0200 Subject: [PATCH] README update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c3d6e28..b5ababb 100644 --- a/README.md +++ b/README.md @@ -196,10 +196,18 @@ echo $TOK **Example Request with JWT token** +With `Authorization: Bearer` header + ```bash curl -H "Authorization: Bearer ${TOK}" -H 'Host: myip.mydomain.com' http://127.0.0.1:6193/ ``` +With URL parameter (Very useful if you want to generate and share temporary links) + +```bash +curl -H 'Host: myip.mydomain.com' "http://127.0.0.1:6193/?gazantoken=${TOK}`" +``` + **Example Request with API Key** ```bash