From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id oBMJdEt7022540 for ; Wed, 22 Dec 2010 20:39:14 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar4BAGfiEU3AbSoIhWdsb2JhbACDY5IjjhkVAQEBCgsKGAQgsnKQfQ2BE4M1dAQ X-IronPort-AV: E=Sophos;i="4.60,214,1291590000"; d="scan'208";a="71281944" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 Dec 2010 20:39:09 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (e178027219.adsl.alicedsl.de [85.178.27.219]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id oBMJd7gs010467 for ; Wed, 22 Dec 2010 20:39:08 +0100 Received: by first (Postfix, from userid 1000) id 9E5134416D9; Wed, 22 Dec 2010 20:39:07 +0100 (CET) Date: Wed, 22 Dec 2010 20:39:07 +0100 From: oliver@first.in-berlin.de To: caml-list@inria.fr Message-ID: <20101222193907.GA8091@siouxsie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: [Caml-list] Ocamlnet and sending Referrer Hi, for a simple script I used Http_client.Convenience from ocamlnet. This module is really convenient and I enjoyed to have it for some simple get-calls. I'm quite happy with this. But now I need to send a Referrer, and this seems not to work with this module. What module must be used for sending a Referrer? And... just in case I may later will need Cookies also... ...what module can handle this? Can this all be done with ocamlnet-stuff? If there are more than one possibility, which module would you recommend me (and why)? Ciao, Oliver