Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vRz17-00D80v-1v for pgsql-www@arkaria.postgresql.org; Sat, 06 Dec 2025 20:36:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vRz16-00CR3t-04 for pgsql-www@arkaria.postgresql.org; Sat, 06 Dec 2025 20:36:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vRz15-00CR3U-2D for pgsql-www@lists.postgresql.org; Sat, 06 Dec 2025 20:36:32 +0000 Received: from imp.madness.at ([2a02:16a8:dc41::218]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vRz12-003Uk6-2b for pgsql-www@postgresql.org; Sat, 06 Dec 2025 20:36:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kaltenbrunner.cc; s=20190215; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender :Reply-To:Content-ID:Content-Description; bh=IV/7lvyZt2bnt8byCAJGotj19R4lVwBUxZ/vXpxoWcM=; b=Xl/0RIbQtEyE6FOeSXqz1wzeVY dGlDqoKIvt7xu48SfgSxo3K/u3+aREmS+OVp1hKn/8N/pRrcdEVg7plxeM38FFTV20uH9XfsOMbtu 8RRACgEYovsGG+R3Vl5rckbNJJf20HtjgpmTmEaPYHcU7CubWbtU7U0wZec01dy+GMqueHVBPVQL9 j4xkpVsRCXaDVPr7xSj1tLFxKx5YgQeEkjn1tc2a8RlY5o1Eaqh3ZmMqZFsDel46C51uY7ohGAkkK 6slDyermV3JmFIKBBFYurYUALd0mEf2lkWKzOCppoacyRPM9Dqn9y1/KWjL9Sp/F2p/MUe8EGnWp9 Ge1jdG5w==; Received: from 83-215-245-171.p2p.cablelink.at ([83.215.245.171] helo=[192.168.79.6]) by imp.madness.at with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1vRz0y-00GFqq-2a; Sat, 06 Dec 2025 21:36:26 +0100 Message-ID: <6bcf0ed2-3211-4092-bae4-67237172d13f@kaltenbrunner.cc> Date: Sat, 6 Dec 2025 21:36:16 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: wiki log in: "Resource available only to logged in users" Content-Language: en-US To: Noah Misch Cc: pgsql-www@postgresql.org References: <20251205202419.a0.nmisch@google.com> <845794a1-6376-489a-a240-a7fa40e6ca86@kaltenbrunner.cc> <20251206201229.0a@rfd.leadboat.com> From: Stefan Kaltenbrunner In-Reply-To: <20251206201229.0a@rfd.leadboat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 12/6/25 21:12, Noah Misch wrote: > On Sat, Dec 06, 2025 at 09:28:35AM +0100, Álvaro Herrera wrote: >> On 2025-Dec-05, Noah Misch wrote: >>> Based on visiting https://www.postgresql.org/account/profile/, this Chrome >>> profile is logged into my community account. However, if I visit >>> https://wiki.postgresql.org/wiki/PostgreSQL_18_Open_Items and click "log in" >>> or "view source" I get: >>> >>> Error 403 Resource available only to logged in users >> >> Hello, >> >> The wiki had been "under attack" (read: unnaturally heavy scraping >> traffic) for a few days and had consequently started spewing errors of >> various kinds. To defend against this, some URLs had to be blocked, >> which is why you now get error 403 in various places. You should be >> able to log in to the wiki from its main page, and then all restrictions >> are lifted. >> >> It's not clear to me exactly why does the login link work on the main >> page and not on other pages. We may be able to lift this at some point. >> But for now, there's at least a workaround. > > On Sat, Dec 06, 2025 at 11:02:51AM +0100, Stefan Kaltenbrunner wrote: >> I made an attempt to improve this - please try again! > > I get the same error outcome from the main-page login link, which for me is > https://wiki.postgresql.org/index.php?title=Special:UserLogin&returnto=Main+Page > > Visiting https://wiki.postgresql.org/wiki/Special:UserLogin is an effective > workaround for me. yeah I think this was me simply not deploying all of the config changes - sorry for that.... Should work now... Stefan >