Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DB7A11DCD for ; Tue, 8 Jul 2014 07:01:05 +0000 (UTC) Received: (qmail 75451 invoked by uid 500); 8 Jul 2014 07:01:04 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 75398 invoked by uid 500); 8 Jul 2014 07:01:04 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 75376 invoked by uid 99); 8 Jul 2014 07:01:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2014 07:01:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2014 07:00:59 +0000 Received: by mail-wg0-f48.google.com with SMTP id x12so522727wgg.19 for ; Tue, 08 Jul 2014 00:00:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1PtzaaGcthvCUk6rsqYOa74pldYUksTedTHmbHX5NPk=; b=B0v8qQUCunI+Cg1Y8jYdrQFGJ2ZBSqwDJP3mzKJAIbB0IuWF5tIbuPU1ZpKlzd7ETj 006bBXCzTzm8tPUDE40/AdY6Hz9/k9S/VmOfUUKcIKYajKYVHEKJFkpUYhQmNCJKMFKK exIQ2+5dSIuigrZ9vFLoBGAuUeNCkRT73if+7EJWDcoDdjC827FQOnHKAOfC8lRsRGE2 LH+RYuZUjkDN3RUs2kjgjCEA3vR7JJp2fVNljc2mhx0CIgz14aZCWQqHtvN9PLaOKMbR N4od0lF6VG0czjZTCG0qtV6i0Z/GuQVf7vU4hGjSuAhY12SDQl5RUKKmuqyHTlIgoOgW DjTQ== MIME-Version: 1.0 X-Received: by 10.194.2.132 with SMTP id 4mr697811wju.49.1404802837952; Tue, 08 Jul 2014 00:00:37 -0700 (PDT) Received: by 10.180.108.173 with HTTP; Tue, 8 Jul 2014 00:00:37 -0700 (PDT) In-Reply-To: References: <69185FA1-5FB7-4123-B0DD-151D5CCA6C7D@simplyus.com> Date: Tue, 8 Jul 2014 11:00:37 +0400 Message-ID: Subject: Re: chracter higher than ascii 127 cannot be use in password when doing http basic authentication From: Alexander Shorin To: "user@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Works for me. Use utf-8 encoded strings to compute basic auth digest. -- ,,,^..^,,, On Tue, Jul 8, 2014 at 2:31 AM, Herman Chan wrote: > Actually, that's not entirely true, "$" works, but character like =C3=BF = does not > work. > > > On 7 Jul 2014, at 18:29, Herman Chan wrote: > >> Hi all, >> >> We just noticed that when talking to couch through http basic auth, if t= he >> user use a character higher than acsii 127 like "$", couch won't accept = the >> password. >> >> We are using couchdb 1.3.1, does anyone know if this is fixed in later >> versions? >> >> Thanks, >> Herman