Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions notes/pr-access-2672.md
Original file line number Diff line number Diff line change
@@ -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
```