Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 79561 invoked from network); 12 Mar 2009 06:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 06:06:45 -0000 Received: (qmail 29325 invoked by uid 500); 12 Mar 2009 06:06:43 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 29301 invoked by uid 500); 12 Mar 2009 06:06:43 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 29290 invoked by uid 99); 12 Mar 2009 06:06:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 23:06:43 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [203.7.207.71] (HELO mail12.sensis.com.au) (203.7.207.71) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 06:06:32 +0000 Received: from c1-exg-cn1.corp.org.local (c1-exg-cn1.corp.org.local [161.117.217.131]) by mail12.sensis.com.au (Postfix) with ESMTP id 744C64189BE for ; Thu, 12 Mar 2009 17:06:08 +1100 (EST) Received: from c1-exg-cn2.corp.org.local ([161.117.217.132]) by c1-exg-cn1.corp.org.local with InterScan Message Security Suite; Thu, 12 Mar 2009 17:06:00 +1100 Received: from C1-EXG-VS1.corp.org.local ([161.117.217.134]) by c1-exg-cn2.corp.org.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Mar 2009 17:05:59 +1100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: HTTP cookie manager and cross domain cookies Date: Thu, 12 Mar 2009 17:05:58 +1100 Message-ID: In-Reply-To: <25aac9fc0903110553k58f7b95ev45f3d77ce79bc7dd@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HTTP cookie manager and cross domain cookies Thread-Index: AcmiSHHjgT4I9Zc+Rp2iUUedkVBOeAAhBjjg References: <25aac9fc0903110553k58f7b95ev45f3d77ce79bc7dd@mail.gmail.com> From: "Asanov, Leo" To: "JMeter Users List" X-OriginalArrivalTime: 12 Mar 2009 06:05:59.0848 (UTC) FILETIME=[9DA8A280:01C9A2D8] X-Virus-Checked: Checked by ClamAV on apache.org >What cookies are sent at step 1? >What cookies are returned from step 1? >What cookies are sent in step 2? This is the behaviour I observe in JMeter ___ Step 1: GET http://samplesite.integrators.com/Samplesite/login.html Cookies: JSESSIONID=3Dblah Step 2: POST to http://amtst.sensis.com.au:50080/amserver/UI/Login (no cookies are sent) HTTP/1.1 302 Moved Temporarily Location: http://samplesite.integrators.com:80/Samplesite/home.html Set-cookie: amlbcookie=3D01; Domain=3D.sensis.com.au; Path=3D/ Set-cookie: amlbcookie=3D01; Domain=3D.integrators.com; Path=3D/ Set-cookie: iPlanetDirectoryPro=3Dblah; Domain=3D.sensis.com.au; = Path=3D/ Set-cookie: iPlanetDirectoryPro=3Dblah; Domain=3D.integrators.com; = Path=3D/ Step 3: GET http://samplesite.integrators.com/Samplesite/home.html Cookies: JSESSIONID=3Dblah; amlbcookie=3D01; iPlanetDirectoryPro=3Dblah; HTTP/1.1 200 OK home.html content (The "iPlanetDirectoryPro" value is identical to the step 2.) ___ This is what's happening in the browser. ___ Step 1: GET http://samplesite.integrators.com/Samplesite/login.html Cookies: JSESSIONID=3Dblah Step 2: POST http://amtst.sensis.com.au:50080/amserver/UI/Login (no cookies are sent) HTTP/1.1 302 Moved Temporarily Location: http://samplesite.integrators.com:80/Samplesite/home.html Set-cookie: amlbcookie=3D01; Domain=3D.sensis.com.au; Path=3D/ Set-cookie: amlbcookie=3D01; Domain=3D.integrators.com; Path=3D/ Set-cookie: iPlanetDirectoryPro=3Dblah; Domain=3D.sensis.com.au; = Path=3D/ Set-cookie: iPlanetDirectoryPro=3Dblah; Domain=3D.integrators.com; = Path=3D/ Step 3: GET http://samplesite.integrators.com/Samplesite/home.html Cookies: JSESSIONID=3Dblah HTTP/1.1 302 Found And the redirect to cross domain verification mechanism. ___ So what's happening is that domain amtst.sensis.com.au is setting the "iPlanetDirectoryPro" cookie for domain .integrators.com and that doesn't work in the browser and works in JMeter. I wonder if that's because the server sends 302 with further redirection to .integrators.com at the step 2. Cheers, Leo -----Original Message----- From: sebb [mailto:sebbaz@gmail.com]=20 Sent: Wednesday, 11 March 2009 11:53 PM To: JMeter Users List Subject: Re: HTTP cookie manager and cross domain cookies On 11/03/2009, Asanov, Leo wrote: > > Hi, > > It appears that HTTP cookie manager allows cross domain cookies, which > is different to the behaviour of the browsers. I'm writing a test for an > application, which is using Identity Management platform with cross > domain single sign on. The chain of event is the following: > > > > 111.com - website domain > > 222.com - identity management domain (different to the first domain) > > > > 1. Login page on 111.com - sends request to 222.com with the > entered user credentials. 222.com sets cookies with authentication > information for both 222.com, and 111.com and redirects back to 111.com So there is a cookie for 111.com? > 2. Since it's a different domain, the cookie for 111.com isn't set, > so it has to do a couple of redirects to check if the user is authorised > to see the page and only then returns the page. > > > > That's how it works in the browser. In JMeter I can clearly see that at > the step 2 cookies for domain 111.com are passed through and the > requested page is returned straight away. I tried different "Cookie > policy" settings, didn't help. > > > > I don't think that's how it supposed to work, can anyone comment on > that? I'm using JMeter 2.3.2, "HTTP Request" sampler with "Follow > redirects" and "Redirect automatically" turned off. > What cookies are sent at step 1? What cookies are returned from step 1? What cookies are sent in step 2? You may change the names and values for privacy, but please don't leave out any parts of the host name. > > Cheers, > > Leo > > > > Sensis. Helping you find, buy and sell. > > www.sensis.com.au - www.yellow.com.au - www.whitepages.com.au - www.citysearch.com.au - www.whereis.com.au - www.tradingpost.com.au > > Sensis cares for the environment - think before you print. > > This email and any attachments are intended only for the use of the recipient and may be confidential and/or legally privileged. Sensis Pty Ltd disclaims liability for any errors, omissions, viruses, loss and/or damage arising from using, opening or transmitting this email. If you are not the intended recipient you must not use, interfere with, disclose, copy or retain this email and you should notify the sender immediately by return email or by contacting Sensis Pty Ltd by telephone on [+61 3 8653 5000] --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org