Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 89352 invoked from network); 5 Jan 2009 10:39:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2009 10:39:09 -0000 Received: (qmail 73630 invoked by uid 500); 5 Jan 2009 10:39:08 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 73585 invoked by uid 500); 5 Jan 2009 10:39:07 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 73574 invoked by uid 99); 5 Jan 2009 10:39:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 02:39:07 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fafanoulele@gmail.com designates 74.125.78.144 as permitted sender) Received: from [74.125.78.144] (HELO ey-out-1920.google.com) (74.125.78.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 10:38:59 +0000 Received: by ey-out-1920.google.com with SMTP id 4so684221eyg.10 for ; Mon, 05 Jan 2009 02:38:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=nN4qkBgK9Wj+QWvn0RNgDoD+1SU0K8nqiE4OQON9imc=; b=k4uU3bBznf5IqMyd5uqMMCmeuyh5TSS8uFp5P6IFaNexNmqvscopoTHaUgtpEunxiz Yf3Ho1XhRikK5wQEqcckE18cUA2gB5XCasT/IcvH/g02LZHKtgHfBwoVzuBrTDW5imKW qCvzW5bZ9xiDQk6JGhSpP+oaSOYRxdt8xRi/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=obv3mNzBQOnxd5UomWn1tcuVNeZ5lIWIDhClP+KBECBA41rUAN2b3Zh9m9ojdtLPaM KwK1BXx5VYLNLKx4yQu4kfBSRVWl7pZ1HyTX+ax3i7CnBGv2qu0m4oop9hppseGXY7Ae qVDb95R9TOdMwXZ6HvUsZtaGWJlUErz0BTo/I= Received: by 10.210.24.6 with SMTP id 6mr2490660ebx.166.1231151919272; Mon, 05 Jan 2009 02:38:39 -0800 (PST) Received: by 10.210.130.12 with HTTP; Mon, 5 Jan 2009 02:38:39 -0800 (PST) Message-ID: Date: Mon, 5 Jan 2009 11:38:39 +0100 From: "Fabien Bousquet" To: httpclient-users@hc.apache.org Subject: Tests of NTLM proxy MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_226282_12408319.1231151919266" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_226282_12408319.1231151919266 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I develop an application which use httpclient (3.1). This application connects to a server. It can use a NTLM proxy for connection to server. So my question, is how can i test this feature ? I don't find how install a simple NTLM proxy. Does exist mock NTLM proxy for the tests ? Thanks, Fabien. ------=_Part_226282_12408319.1231151919266--