Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 20492 invoked from network); 12 May 2008 11:00:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 11:00:54 -0000 Received: (qmail 81535 invoked by uid 500); 12 May 2008 11:00:55 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 81511 invoked by uid 500); 12 May 2008 11:00:55 -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 81500 invoked by uid 99); 12 May 2008 11:00:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 04:00:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 11:00:10 +0000 Received: by yw-out-1718.google.com with SMTP id 6so1174811ywa.88 for ; Mon, 12 May 2008 04:00:24 -0700 (PDT) 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QrL2cNlFkXETsZcyAK0YztX+p4IUFCYBdL6gXRfSER8=; b=xspOmvXkT50TMYXYJUA+nibzgz6yirVZngjWSaUOFDiprHIswIqixVKXHAe70MEAsB4CkGILYfeVJ5B8oKAD/IEOystj4ge2GV1xuiKkdOY6bzRZ+LETsQtD55U8Qt0hoQvIWNl6PprDNmWuji5RrSbIgzdYaZ3etFxxrLUR6z4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VtuRY0QMZfQrQGNnCykDJwDvoPvxLfVuArK4qV/ZF62Z2BtIYBPipPU8pUsn9ELwXEO0kLxNDYsQTVDrenACHwRksxEh+AjyJNiSYWaWZppIoXL03LFjL7c49ryodK3Np/M44HtHaUK3+hyYSGekjM7mTKhjH5/32pfX7gICaAY= Received: by 10.150.219.3 with SMTP id r3mr8078135ybg.65.1210590024924; Mon, 12 May 2008 04:00:24 -0700 (PDT) Received: by 10.150.91.10 with HTTP; Mon, 12 May 2008 04:00:24 -0700 (PDT) Message-ID: <25aac9fc0805120400r27c6350aqa22b4fbe3772de79@mail.gmail.com> Date: Mon, 12 May 2008 12:00:24 +0100 From: sebb To: "HttpClient User Discussion" Subject: Re: Re: How to get response from a URL with an intermediate stage? In-Reply-To: <55df8ad30805120147nd8c52gcdeb3f815fede3c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55df8ad30805120147nd8c52gcdeb3f815fede3c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 12/05/2008, bin chen wrote: > Dear Oleg: > I've read the primer a few times trying to find the answer. However, I have > not found any clue on how to deal with the problem. > From the page source, it was clear that the validation was triggered by the > form's submission. Although the URL didn't change > before and after the form submission, the hidden input __EVENTVALIDATION > element's value changed. From the trace, I believe > that was what caused server internal error of my code. Is there anyway in > httpclient to catch the change of the page? > Presumably the updated hidden field is in a form; if so, the see section 5.3 and 5.4 of the document. > Many thanks, > > DRB > --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org