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.94.2) (envelope-from ) id 1uvYr8-00FRUB-Jg for pgsql-admin@arkaria.postgresql.org; Mon, 08 Sep 2025 10:12:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uvYr7-003hTb-Mk for pgsql-admin@arkaria.postgresql.org; Mon, 08 Sep 2025 10:12:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uvYr7-003hTT-Bi for pgsql-admin@lists.postgresql.org; Mon, 08 Sep 2025 10:12:13 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uvYr4-001BLS-0r for pgsql-admin@lists.postgresql.org; Mon, 08 Sep 2025 10:12:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description; bh=7TwLPm9dNbZCBNWRilS1yhBNr5eCXZ7H9NauPrUtDIA=; b=UPkn/3yldi7njzOQgH7EFTerSJ byTl2+5X37C5+rF6e1zJW314IxdMfWEXjLA1BIfYIrejDjBfTVR+TzgL/3GK0rh4q28YcqgTUpNen ErRD51x794ED2S6H3oL+irdMRqNPH0EMY9bXjgBpDtwMfWeK/WN1YN8sRVnE5U/TCOhY=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1uvYr2-00055A-2y; Mon, 08 Sep 2025 12:12:09 +0200 Date: Mon, 8 Sep 2025 12:12:08 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: ft Cc: pgsql-admin@lists.postgresql.org Subject: Re: pg_curl with cockies Message-ID: Reply-To: depesz@depesz.com References: <98d125560bff02a283de6e38066601139454ef16.camel@ft-c.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <98d125560bff02a283de6e38066601139454ef16.camel@ft-c.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, Sep 07, 2025 at 04:11:03PM +0200, ft wrote: > Hello, > > > I have installed pg_curl. Using the 'get' function, I can fetch a > website. > > Is it possible to integrate/accept cookies? > Without accepting cookies, I get the wrong result. I think this is MUCH more question to pg_curl developers/support place. It seems that they have issues page: https://github.com/RekGRpth/pg_curl/issues Best regards, depesz