From 62103aee5e0339eed51bd41b6e7d9768e93d0f73 Mon Sep 17 00:00:00 2001 From: Hongli Cha <128913486+notfoundzzz@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:43:50 +0800 Subject: [PATCH] docs: record PR access attempt --- notes/pr-access-2672.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/pr-access-2672.md diff --git a/notes/pr-access-2672.md b/notes/pr-access-2672.md new file mode 100644 index 0000000000..e567397efe --- /dev/null +++ b/notes/pr-access-2672.md @@ -0,0 +1,14 @@ +# PR access attempt: https://github.com/MoganLab/mogan/pull/2672 + +Attempted to fetch headers via curl. The request failed with a 403 (CONNECT tunnel failed). + +``` +$ curl -I -L https://github.com/MoganLab/mogan/pull/2672 | head -n 20 +curl: (56) CONNECT tunnel failed, response 403 +HTTP/1.1 403 Forbidden +content-length: 9 +content-type: text/plain +date: Wed, 28 Jan 2026 05:41:47 GMT +server: envoy +connection: close +```