From d102da4ba26c7399a850cda727bcd6c5ab2e967f Mon Sep 17 00:00:00 2001 From: Jason Trumpio Date: Thu, 4 Dec 2025 23:14:49 -0500 Subject: [PATCH 1/5] Improve captcha documentation to provide example captcha string format Signed-off-by: Jason Trumpio --- doc/EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index 8b9bf26..b351742 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -23,7 +23,7 @@ e.g: When you try to register a number, if you receive a response like `{"error":"Captcha required for verification (null)\n"}` then Signal is requiring a captcha. To register the number you must do the following: 1. Go to [https://signalcaptchas.org/registration/generate.html](https://signalcaptchas.org/registration/generate.html) 2. Open the developer console - 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value + 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. signal-hcaptcha-short.xxxxx.registration.yyyyyy). Note: do not include 'signalcaptcha://'. 4. Use it to make the registration call like this: `curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/'` From 9ea4407ac20b7daaa17759081aa9b6bea2464d0f Mon Sep 17 00:00:00 2001 From: Jason Trumpio Date: Thu, 4 Dec 2025 23:23:29 -0500 Subject: [PATCH 2/5] Improve captcha documentation to provide example captcha string format Signed-off-by: Jason Trumpio --- doc/EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index b351742..cc28b66 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -23,7 +23,7 @@ e.g: When you try to register a number, if you receive a response like `{"error":"Captcha required for verification (null)\n"}` then Signal is requiring a captcha. To register the number you must do the following: 1. Go to [https://signalcaptchas.org/registration/generate.html](https://signalcaptchas.org/registration/generate.html) 2. Open the developer console - 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. signal-hcaptcha-short.xxxxx.registration.yyyyyy). Note: do not include 'signalcaptcha://'. + 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. "signal-hcaptcha-short.xxxxx.registration.yyyyyy"). Note: do not include "signalcaptcha://". 4. Use it to make the registration call like this: `curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/'` From a7f531d17fd43e003b29651c229a31a3552edd12 Mon Sep 17 00:00:00 2001 From: Jason Trumpio Date: Thu, 4 Dec 2025 23:25:42 -0500 Subject: [PATCH 3/5] Improve captcha documentation to provide example captcha string format Signed-off-by: Jason Trumpio --- doc/EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index cc28b66..69a54ed 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -23,7 +23,7 @@ e.g: When you try to register a number, if you receive a response like `{"error":"Captcha required for verification (null)\n"}` then Signal is requiring a captcha. To register the number you must do the following: 1. Go to [https://signalcaptchas.org/registration/generate.html](https://signalcaptchas.org/registration/generate.html) 2. Open the developer console - 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. "signal-hcaptcha-short.xxxxx.registration.yyyyyy"). Note: do not include "signalcaptcha://". + 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. “signal-hcaptcha-short.xxxxx.registration.yyyyyy”). Note: do not include “signalcaptcha://”. 4. Use it to make the registration call like this: `curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/'` From c45b9059b53fcff06f84710bd07aac40e2365ed5 Mon Sep 17 00:00:00 2001 From: Jason Trumpio Date: Thu, 4 Dec 2025 23:27:11 -0500 Subject: [PATCH 4/5] Improve captcha documentation to provide example captcha string format Signed-off-by: Jason Trumpio --- doc/EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index 69a54ed..d5d4d84 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -23,7 +23,7 @@ e.g: When you try to register a number, if you receive a response like `{"error":"Captcha required for verification (null)\n"}` then Signal is requiring a captcha. To register the number you must do the following: 1. Go to [https://signalcaptchas.org/registration/generate.html](https://signalcaptchas.org/registration/generate.html) 2. Open the developer console - 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. “signal-hcaptcha-short.xxxxx.registration.yyyyyy”). Note: do not include “signalcaptcha://”. + 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. “`signal-hcaptcha-short.xxxxx.registration.yyyyyy`”). Note: do not include “`signalcaptcha://`”. 4. Use it to make the registration call like this: `curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/'` From 8a75633ca906d03eb66f12bd7a55b3715f765745 Mon Sep 17 00:00:00 2001 From: Jason Trumpio Date: Thu, 4 Dec 2025 23:28:08 -0500 Subject: [PATCH 5/5] Improve captcha documentation to provide example captcha string format Signed-off-by: Jason Trumpio --- doc/EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index d5d4d84..597175d 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -23,7 +23,7 @@ e.g: When you try to register a number, if you receive a response like `{"error":"Captcha required for verification (null)\n"}` then Signal is requiring a captcha. To register the number you must do the following: 1. Go to [https://signalcaptchas.org/registration/generate.html](https://signalcaptchas.org/registration/generate.html) 2. Open the developer console - 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. “`signal-hcaptcha-short.xxxxx.registration.yyyyyy`”). Note: do not include “`signalcaptcha://`”. + 3. Find the line that looks like this: `Prevented navigation to “signalcaptcha://{captcha value}” due to an unknown protocol.` Copy the captcha value (e.g. `signal-hcaptcha-short.xxxxx.registration.yyyyyy`). Note: do not include `signalcaptcha://`. 4. Use it to make the registration call like this: `curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/'`