On 17/04/2009, Kannan, Sengamalam <[email protected]> wrote:
> I have tried both HTTP Default and HTTPClient.
>
>  HTTP default  - null response from server.

Did you try with follow redirects off, and auto-redirect off?
That should stop the redirect loop, and might allow the session to be recorded.

However unless the Java HTTP does the NTLMv2 negotiation (may depend
on JVM version) it's unlikely to help as the resulting test plan will
probably not be replayable.

>  Jmeter log:
>  2009/04/16 14:42:08 ERROR - jmeter.protocol.http.sampler.HTTPSampler: 
> readResponse: java.net.ProtocolException: Server redirected too many  times 
> (20)
>  2009/04/16 14:42:08 ERROR - jmeter.protocol.http.sampler.HTTPSampler: Cause: 
> java.net.ProtocolException: Server redirected too many  times (20)
>  2009/04/16 14:42:08 INFO  - jmeter.protocol.http.sampler.HTTPSampler: Error 
> Response Code: 401, Server sent no Errorpage
>
>  HttpClient - "401 Not Authorized" from server
>
>  JMeter log:
>  2009/04/16 14:42:08 INFO  - 
> org.apache.commons.httpclient.auth.AuthChallengeProcessor: ntlm 
> authentication scheme selected
>  2009/04/16 14:42:09 INFO  - 
> org.apache.commons.httpclient.HttpMethodDirector: Failure authenticating with 
> NTLM <any realm>@otltwq5cweb02:80 (or) 2009/04/16 14:33:40 INFO  - 
> org.apache.commons.httpclient.HttpMethodDirector: No credentials available 
> for NTLM <any realm>@otltwq5cweb02:80

Not sure, but it looks like the Auth Manager entry is incorrect.

Try

BaseURL: http://otltwq5cweb02:80/

>  I have added Authorization Manager and tried different combinations like 
> below, but nothing worked.
>
>
>  BaseURL http://otltwq5cweb02/ocs/emp_login.asp
>  Username        Q5-CORE\usnpm09
>  Password        ********
>  Domain  Q5-CORE
>  Realm   Q5-CORE
>
>  BaseURL http://otltwq5cweb02/ocs/emp_login.asp
>  Username        Q5-CORE\usnpm09
>  Password        ********
>  Domain  Q5-CORE
>  Realm
>
>
> BaseURL http://otltwq5cweb02/
>  Username        Q5-CORE\usnpm09
>  Password        ********
>  Domain  Q5-CORE
>
> Realm   Q5-CORE
>
>  BaseURL http://otltwq5cweb02/
>
> Username        Q5-CORE\usnpm09
>  Password        ********
>  Domain  Q5-CORE
>  Realm
>
>  BaseURL http://otltwq5cweb02/ocs/emp_login.asp
>  Username        Q5-CORE\usnpm09
>  Password        ********
>  Domain  Q5-CORE
>
> Realm   Q5-CORE.Q5.aig.net
>
>
>  BaseURL http://otltwq5cweb02/
>  Username        Q5-CORE\usnpm09
>  Password        ********
>  Domain  Q5-CORE
>
> Realm   Q5-CORE.Q5.aig.net
>
>  BTW, NTLM version is v2. Will that be the reason why JMeter not able to 
> record?

That might be so.

The Proxy captures the browser request and creates a sampler from it.
It then runs the sampler, and returns the response.

I think the problem here is that the sampler tries to handle the
response, rather than passing it back to the browser to handle. This
works fine for things that JMeter can already handle, and the
resulting test plan agrees better with what the user expects as it
does not show the internal negotiations that may occur.

But it does not work well if JMeter cannot process the response correctly.

Unfortunately, I don't think it will be possible to work round the
problem by manually adding the extra HTTP requests that the browser
performs, because I suspect it will be impossible (or at least very
difficult) to generate the correct values for the NTLM protocol. I
don't think it is possible to replay the same exchange, as it is
different each time. But I suppose you could try.

I imagine the same applies to Kerberos.

>  Below is the response I got from the AD admin.
>
>  "According to OCIO standards existing domain supports NTLMv2 or Kerberos 
> authentication only."
>
>
>  Thanks & Regards
>  Sengamalam Kannan
>
>  -----Original Message-----
>  From: sebb [mailto:[email protected]]
>
> Sent: Friday, April 17, 2009 3:24 PM
>  To: JMeter Users List
>  Subject: Re: Null response while recording a web application
>
>  OK, we're getting somewhere now.
>
>  Which HTTP sampler are you using? Java(default) or HttpClient?
>
>  Might be worth trying the other in case it helps.
>
>  On 17/04/2009, Kannan, Sengamalam <[email protected]> wrote:
>  > First GET request returns "401-Not Authorized" both in browser and JMeter, 
> but browser sends subsequent GET requests with Authorization header which 
> JMeter not sending though I have added HTTP Authorization Manager in JMeter.
>  >
>  >  JMeter not sending the below and subsequent authorization requests which 
> are sent by Browser.
>  >
>  >
>  >  GET /ocs/emp_login.asp HTTP/1.1
>  >  Accept: */*
>  >  Accept-Language: en-us
>  >  Accept-Encoding: gzip, deflate
>  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
> InfoPath.1)
>  >  Host: otltwq5cweb02
>  >  Connection: Keep-Alive
>  >  Authorization: Negotiate 
> TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw==
>  >
>  >
>  >
>  > Thanks & Regards
>  >  Sengamalam Kannan
>  >  Testing CoE
>  >  Mobile: +91 99529 67005
>  >  Tel: +91 44 6615 2684
>  >
>  >  -----Original Message-----
>  >  From: sebb [mailto:[email protected]]
>  >
>  > Sent: Thursday, April 16, 2009 6:51 PM
>  >  To: JMeter Users List
>  >  Subject: Re: Null response while recording a web application
>  >
>  >  On 16/04/2009, Kannan, Sengamalam <[email protected]> wrote:
>  >  > Is there anything else I should be adding other than Authorization 
> Manager in JMeter to make NTLM work?
>  >  >
>  >  >  I have made changes in the httpclient.parameters & jmeter.properties 
> file as specified in the docs.
>  >  >
>  >  >  Following are the steps which I have followed
>  >  >         1. Add Thread group to a test plan
>  >  >         2. Add Authorization manager to thread group
>  >  >
>  >  >                 BaseURL - http://otltwq5cweb02/ocs/emp_login.asp
>  >  >                 Username - Q5-CORE\usnpm09
>  >  >                 Password - ********
>  >  >                 Domain - Q5-CORE
>  >  >
>  >  >                 Realm - Q5-CORE
>  >  >         3. Add HTTP Request Defaults to Thread group
>  >  >         4. Add HTTP Proxy server to Workbench
>  >  >         5. Modify the port to match with IE and start the proxy.
>  >  >
>  >  >  Authorization manager doesn't have any effect while recording. No NT 
> Login page displayed when clicking on the URL and JMEter has only one HTTP 
> request recorded http://otltwq5cweb02/ocs/emp_login.asp.
>  >  >
>  >  >  Thought authorization manger works only in running mode, so tried 
> running the script, same result, script failed.
>  >  >
>  >  >  When I compared the headers using iehttpheaders, jmeter headers seems 
> to be same but still not working. I don't know where is the problem.
>  >
>  >  If JMeter and the browser send the same HTTP requests, then the server
>  >  should react the same.
>  >
>  >  >  Please guide me with some ideas for me to solve this.
>  >
>  >  You need to find where the browser and JMeter are sending different
>  >  information to the server.
>  >
>  >  BTW, one thought has just occurred - which version of NTLM is being used?
>  >  HttpClient 3.1 only supports V1.
>  >  The Sun JVM only supports NTLM on Windows clients (Microsoft
>  >  restriction); I don't know if it supports NTLM v2 or not. Check the
>  >  JVM documentation.
>  >
>  >  >
>  >  >  Thanks & Regards
>  >  >  Sengamalam Kannan
>  >  >
>  >  >  -----Original Message-----
>  >  >  From: sebb [mailto:[email protected]]
>  >  >
>  >  > Sent: Thursday, April 16, 2009 6:03 PM
>  >  >  To: JMeter Users List
>  >  >  Subject: Re: Null response while recording a web application
>  >  >
>  >  >  On 16/04/2009, Kannan, Sengamalam <[email protected]> wrote:
>  >  >  > I am trying to record only HTTP Traffic. When I click on the URL 
> (http://otltwq5cweb02/ocs/emp_login.asp), it displays NT Login and that uses 
> Kerberos Authentication (Users are stored in Active Directory/Windows 2003).
>  >  >  >
>  >  >  >  When I used Wireshark protocol analyzer, I see some request with 
> protocol as KRB5 (AS-REQ/REP, TGS-RQE/REP) and I guess that is Kerberos.
>  >  >  >
>  >  >  >  Is that mean JMeter cannot record it and I cannot use JMeter for my 
> load test?
>  >  >
>  >  >  JMeter cannot record the communication between the browser and AD -
>  >  >  which is presumably not HTTP(S) - but I don't think it needs to.
>  >  >
>  >  >  However, it can record any subsequent HTTP requests.
>  >  >
>  >  >  I think that the browser just uses AD to pick up the necessary values
>  >  >  to create the required values for NTLM authentication used in the HTTP
>  >  >  exchanges.
>  >  >
>  >  >  So it should be possible to record the communications with the server.
>  >  >  It may be necessary to tweak the test plan to add the required NTLM 
> settings.
>  >  >
>  >  >  Ignore the communication with AD, just look at the communication with
>  >  >  the server - after all, it does not see the browser-AD traffic.
>  >  >
>  >  >  >
>  >  >  >  Thanks & Regards
>  >  >  >  Sengamalam Kannan
>  >  >  >  Testing CoE
>  >  >  >  Mobile: +91 99529 67005
>  >  >  >  Tel: +91 44 6615 2684
>  >  >  >
>  >  >  >  -----Original Message-----
>  >  >  >  From: sebb [mailto:[email protected]]
>  >  >  >
>  >  >  > Sent: Thursday, April 16, 2009 4:03 PM
>  >  >  >  To: JMeter Users List
>  >  >  >  Subject: Re: Null response while recording a web application
>  >  >  >
>  >  >  >  On 16/04/2009, Kannan, Sengamalam <[email protected]> wrote:
>  >  >  >  > Does JMeter support Kerberos authentication protocol?
>  >  >  >
>  >  >  >  No, I don't think so.
>  >  >  >
>  >  >  >  >  Application is pinging Active Directory in Windows 2003 server 
> which uses Kerberos Authentication protocol. Please let me know whether I 
> will be able to record using JMeter.
>  >  >  >
>  >  >  >  You can only record HTTP traffic. Are you trying to record the
>  >  >  >  Application - whatever that is - or a browser talking to AD?
>  >  >  >
>  >  >  >  If you are recording a browser talking to the Application which uses
>  >  >  >  AD, then AD is irrelevant.
>  >  >  >
>  >  >  >  >  Thanks & Regards
>  >  >  >  >  Sengamalam Kannan
>  >  >  >  >
>  >  >  >  >  -----Original Message-----
>  >  >  >  >
>  >  >  >  > From: Kannan, Sengamalam [mailto:[email protected]]
>  >  >  >  >  Sent: Thursday, April 16, 2009 11:40 AM
>  >  >  >  >  To: JMeter Users List
>  >  >  >  >
>  >  >  >  > Subject: RE: Null response while recording a web application
>  >  >  >  >
>  >  >  >  >  Yes. I have added Authorization manager.
>  >  >  >  >  BaseURL - http://otltwq5cweb02
>  >  >  >  >  Username - Q5-CORE\usnpm09
>  >  >  >  >  Password - ********
>  >  >  >  >  Domain - Q5-CORE
>  >  >  >  >
>  >  >  >  >  BaseURL - http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  Username - Q5-CORE\usnpm09
>  >  >  >  >  Password - ********
>  >  >  >  >  Domain - Q5-CORE
>  >  >  >  >
>  >  >  >  >  Still not working. Anything else I am missing?
>  >  >  >  >
>  >  >  >  >  Thanks & Regards
>  >  >  >  >  Sengamalam Kannan
>  >  >  >  >  -----Original Message-----
>  >  >  >  >  From: sebb [mailto:[email protected]]
>  >  >  >  >  Sent: Thursday, April 16, 2009 6:00 AM
>  >  >  >  >  To: JMeter Users List
>  >  >  >  >  Subject: Re: Null response while recording a web application
>  >  >  >  >
>  >  >  >  >  On 15/04/2009, Kannan, Sengamalam <[email protected]> 
> wrote:
>  >  >  >  >  > I tried to analyze the response using iehttpheaders.
>  >  >  >  >  >
>  >  >  >  >  >  =======================================
>  >  >  >  >  >  Following is captured when recorded through jmeter
>  >  >  >  >  >  ======================================
>  >  >  >  >  >
>  >  >  >  >  >  GET http: //otltwq5cweb02/ocs/emp_login.asp HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Proxy-Connection: Keep-Alive
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 401 Access Denied
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:52:53 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate
>  >  >  >  >  >  WWW-Authenticate: NTLM
>  >  >  >  >  >  Connection: close
>  >  >  >  >  >  Content-Length: 4431
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >
>  >  >  >  >  Which is the same as the start of the IE session below.
>  >  >  >  >
>  >  >  >  >  Did you add an Authorization Manager to the test plan?
>  >  >  >  >
>  >  >  >  >  >  ==============================================================
>  >  >  >  >  >  Below is captured in IE without proxy. When I looked into the 
> below headers and responses, authentication request been sent 3 times before 
> appears NTLM login screen appears but jmeter passes the request only once. I 
> thought it could be application error but same happens when I recorded 
> another application which involves NTLM authentication. Can you help me in 
> pointing out where I am going wrong?
>  >  >  >  >  >  
> ===================================================================
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/emp_login.asp HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 401 Access Denied
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:49 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate
>  >  >  >  >  >  WWW-Authenticate: NTLM
>  >  >  >  >  >  Connection: close
>  >  >  >  >  >  Content-Length: 4431
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/emp_login.asp HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Authorization: Negotiate 
> TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw==
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 401 Access Denied
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:49 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate 
> TlRMTVNTUAACAAAADgAOADgAAAAFgomiF0nIlSatPf4AAAAAAAAAAKAAoABGAAAABQCTCAAAAA9RADUALQBDAE8AUgBFAAIADgBRADUALQBDAE8AUgBFAAEAGgBPAFQATABUAFcAUQA1AEMAVwBFAEIAMAAyAAQAJABxADUALQBjAG8AcgBlAC4AcQA1AC4AYQBpAGcALgBuAGUAdAADAEAATwBUAEwAVABXAFEANQBDAFcARQBCADAAMgAuAHEANQAtAGMAbwByAGUALgBxADUALgBhAGkAZwAuAG4AZQB0AAAAAAA=
>  >  >  >  >  >  Content-Length: 4033
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/emp_login.asp HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Authorization: Negotiate 
> TlRMTVNTUAADAAAAGAAYAIoAAAAYABgAogAAAAwADABIAAAAIgAiAFQAAAAUABQAdgAAAAAAAAC6AAAABYKIogUBKAoAAAAPUABTAEwAUwBEAEMAUwBlAG4AZwBhAG0AYQBsAGEAbQAuAEsAYQBuAG4AYQBuAE8AUwBTAFcASwBTADAAMQA3ADEA9g0FgonFZCgAAAAAAAAAAAAAAAAAAAAA5qMfhGzel8ylplYd0IKYwbkmf4cQky6L
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 401 Access Denied
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:49 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate
>  >  >  >  >  >  WWW-Authenticate: NTLM
>  >  >  >  >  >  Connection: close
>  >  >  >  >  >  Content-Length: 4033
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/emp_login.asp HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Authorization: Negotiate 
> YIIE6wYGKwYBBQUCoIIE3zCCBNugJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBLEEggStYIIEqQYJKoZIhvcSAQICAQBuggSYMIIElKADAgEFoQMCAQ6iBwMFACAAAACjggO5YYIDtTCCA7GgAwIBBaEUGxJRNS1DT1JFLlE1LkFJRy5ORVSiIDAeoAMCAQKhFzAVGwRIVFRQGw1vdGx0d3E1Y3dlYjAyo4IDcDCCA2ygAwIBF6EDAgEUooIDXgSCA1qqL67SM2mF5WvfyuUUUsZtL4b+VGPd3GEGSoFJULyN4tcN5eWBr2uUF7uk2pWC5XEV2i9p9XmAUd0C5Pu6SR9CmXgZJO8pn7N40YBaR6vqisEojTZqIzsUJSE2kIfqBD5jrV9SwFk/CKHTgv1JsG2UJcn65wUxfTFwlqsbar4kdBXqHJhVVX9eAAKI8JY/3RliMQ6/4O9V3A3bzIFNp+47h15bEaekc5Igx9I5wc3vL+4vWQ0g9e9p5oqJ5/ks3pnp8USkOm8ZM2GbgB7Y7oIL2E1UxdZ38P1Ns+iSeRHaQP3F0oVBZB/gdF4XO+0htSgUWxcJ+mi2pdSCH/6q7RKVD/6cpBPPKpctfa8pp6+hEA/1verMYpSN+4JTjcavULgaDC2BItWZJpg3iNGO7SeD0En+sSOY9JNKaRjI77XCQLs/Pg+Ip2LClP+on4AL+5FU9rl+hPPYTlQBkgrVZKNOpynqfDJG4lF5MfPFo51JYV694SDus9suPRTbMOnINSpSsRkDc/9nwGAkgPHY0QNBkI+8aRWIFxi4zRmsNv3rRifrj60WgUA0vIUQNMgL88TtyJFptaoYDJYBj1+/eRdi0UsBsEtRO0FgzVRKKJ7N5aQuyTIEW2aavPLz072lN+hx/fwBQsyfcyWlSqYMDBQy0Pgp3CK6u3gPS6rIe1i71TDxSnuBJmOX6NaTPajPeiLr4R3JTsdlmM93u4otNM0bRerW4vHExH9tvzgk8wUs8vunLjz4UqlTWqYNesFCu34o7TkxU1Xu19be8MbYw3eT5yD6LUXlI3lCXuJY/aDESdAHJFaltWHDR17Jg7ZtW310xf8ATRYWUEOr4MVfv5FIxR+tLAg0YZssJVNJy6Pyq6pyWxGsX8D31+84VBg/GvVNFTS7HqjUa064isunbesSurItNJXYPK0tL+yzmYMY8ylmRNVfz62R+uomejVlJwkqM4pM2uUPrqPMf0yNAFAbV1uvoqGQ4x8YeNWi0x7QaXZta3iLp9jH2ucYOxi3qApHUaEpYtOjZTdFWxmoaliMvt/nrYnqBZllrJQS/VrP+w2Q0udBvs6MFtuSbzplQfjJF3BGyC6AmduDI9xKliSOl8cfRVnf77P3tJ+XSuL9XBrS7GTMsRKJqoikgcEwgb6gAwIBF6KBtgSBsyBivKkoSAxKm8kcsUQcK8E017MBB+Q9U5yB5igXgaMlu/RC2mrm7VJclOWJS0bNR2LQ2BquByvcrACoDBu3/M1mZwyMuxodJjZ0O0KKAnmrePf9Kl0+YjZntE3OzGE9KmuyhEjsZdJ9qtC9/z3oa3DyvNbtuyMhjDkbR3xi1LvPWXCAJo5aC9yaWW3Vpki61h24WI1EY6oWYSU9Mih3v1xXS57Y/wVlVmHRqR4bfekm+OyG
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 200 OK
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:57 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate 
> oYIBKjCCASagAwoBAKELBgkqhkiC9xIBAgKigYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZ1Ej7P7KlEb1eNYyK7VE0c1BccGLEZhXHcDb2mhs2/HIrotGq84UAmcwqYOw85aIJLaWOHLeT/BOoy+0ofZEO8rLbU84rj3gt313rC1OnKWZBJ/4oNJXbHgyjgYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZ1Ej7P7KlEb1eNYyK7VE0c1BccGLEZhXHcDb2mhs2/HIrotGq84UAmcwqYOw85aIJLaWOHLeT/BOoy+0ofZEO8rLbU84rj3gt313rC1OnKWZBJ/4oNJXbHgw=
>  >  >  >  >  >  Content-Length: 2587
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >  >  Set-Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL; 
> path=/
>  >  >  >  >  >  Cache-control: private
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/stylesheet.css HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Referer: http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  If-Modified-Since: Tue, 24 Mar 2009 14:55:56 GMT
>  >  >  >  >  >  If-None-Match: "da120a390acc91:dbe"
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/pixel.gif HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Referer: http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  If-Modified-Since: Tue, 05 Jul 2005 05:13:34 GMT
>  >  >  >  >  >  If-None-Match: "0d3924a2081c51:dbe"
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 304 Not Modified
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:57 GMT
>  >  >  >  >  >  ETag: "da120a390acc91:dbe"
>  >  >  >  >  >  Content-Length: 0
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/tata_logo.gif HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Referer: http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  If-Modified-Since: Tue, 28 Jun 2005 05:40:34 GMT
>  >  >  >  >  >  If-None-Match: "0f546e7a37bc51:dbe"
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 304 Not Modified
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:57 GMT
>  >  >  >  >  >  ETag: "0f546e7a37bc51:dbe"
>  >  >  >  >  >  Content-Length: 0
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/tata_tagline.gif HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Referer: http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  If-Modified-Since: Tue, 28 Jun 2005 05:41:08 GMT
>  >  >  >  >  >  If-None-Match: "0f28afba37bc51:dbe"
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 304 Not Modified
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:57 GMT
>  >  >  >  >  >  ETag: "0f28afba37bc51:dbe"
>  >  >  >  >  >  Content-Length: 0
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 401 Access Denied
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:57 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate
>  >  >  >  >  >  WWW-Authenticate: NTLM
>  >  >  >  >  >  Connection: close
>  >  >  >  >  >  Content-Length: 4431
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >  >
>  >  >  >  >  >  GET /ocs/pixel.gif HTTP/1.1
>  >  >  >  >  >  Accept: */*
>  >  >  >  >  >  Referer: http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  If-Modified-Since: Tue, 05 Jul 2005 05:13:34 GMT
>  >  >  >  >  >  If-None-Match: "0d3924a2081c51:dbe"
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL
>  >  >  >  >  >  Authorization: Negotiate 
> YIIE6wYGKwYBBQUCoIIE3zCCBNugJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBLEEggStYIIEqQYJKoZIhvcSAQICAQBuggSYMIIElKADAgEFoQMCAQ6iBwMFACAAAACjggO5YYIDtTCCA7GgAwIBBaEUGxJRNS1DT1JFLlE1LkFJRy5ORVSiIDAeoAMCAQKhFzAVGwRIVFRQGw1vdGx0d3E1Y3dlYjAyo4IDcDCCA2ygAwIBF6EDAgEUooIDXgSCA1rdfk4lZsBHcTIY83B3FItqwa8f7dBB0+mplWRN2BBGXMNjoriAu4pW38jD0UocMsLVWXJ7lY/sCOFVbUwdKeInYq9ZgW004qbwO3tWFQUoBNgkC/xhTe7Xw1CowqMwO99cyTubxNcxkttauHsHKHREdd2RrwqXUnwnh7COyH6GGWnixcW3MsP9clBwm8vDNz8JMEPDNIRAmjLfepsZXiIrZOkcSyYAEKf705hKXwu6DERm25Wm636nB11j4H0uZe30mRGHfUvGfGSRKAD5OWQGt2x0f2UE73Y7V/Jl2ww+hnG6zDIQtOnUyCudk0Un84ehMr5H2LVJeB/NteILkVGqt2/2fhFOH+SAo7/R/hpSDf8WqIHg/e8q/BqmwACfRFMy4wIyx9cNXK2/Lwd6miiy/vJt/c1Q+qqVjcod+8muMCNMsPeulqlX2nU98Hug8/5sX3dR/9a3QYBkRSFRCXcufgCISLwDm5KyalpyhvskCUcNkSeD3fV2LWmuuRNCTpC3h2iZiyVgNO/nMZRI3fOH+QrEddjpn1E88si3L47BLEE/GqQkCoRKfbo2OSAgm4USFgz0mpvYQ0IKV03dp1F0C85laMYgi1LamNUP8bfHADEyuw1OEDpbUPQ0Fjl7ls4ve/T5tJNeZlN/8WT1Czmq5vg9cm13SWGChSyrpEI46MOt6gooBR7PVlCPZbkBqZ5rEdPa7GSDA0gjbkVNgf6zYsZcBsPuxS7qgkrsro6AAk/djNEF6FgubGJtbS8pVAOOZ3IwUN8WtGOiYg1U9c/93V69K5CIrNc4or+MX8DmF6wgLt1Bq1UvWxL3T2fG8TnNnada4wnKkyi/GbY5ja8THdQg9nZzDU8qZYKASskqqH31JyMsVOd5BPBx7TDngMrJMD855rb9pDQCo0z7dbbG/ACFXJrpWXKNHh/vp7QNyS0rT0zlBQ989H96Wfz60r0ob/VeZNnZJ+lNtEsFrRcTARZCl7vjHBvQajhqOBIX5yjZwAtGvGs/vxX8voeK1ah2XcNdZfBbIfcYKAfBpcjmDrt89tSiVzA5ISV4zXcvhdwDksEZ3G3cogUmnkzvca2aLI370D6yJjUWP4QJMepMT8+zSzTBvcr/cW/158JJxog5cvff8jCRy6ekgcEwgb6gAwIBF6KBtgSBs5sVomr3MeJz5Ew4kyq6vbrtNk5SUNDKfTvGGI7Z8Q+O+jk5VkrI+p10r3xVg8icZ1hnYSt3DIEyHURv8jf4w6seeSfG6bkYuz547BaomU8nG4GKn8nstoZb13226AAHONJ0BGtgyqQKhDMcI8lKVCzMyecPUG6QxtlFQ7qS69dSDqIq3Nprz1l9uTNmiwKzEL3rjz6kXhrB88belzCww1jwSwAaMoWd/al4vjkRP2YplmDJ
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 304 Not Modified
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:49:57 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate 
> oYIBKjCCASagAwoBAKELBgkqhkiC9xIBAgKigYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZJ8V9nxhl49CDTjpYmIO9YZ1Kuyhh5WQ6pPXb1cWg/Yv8bqxFS6UeObO5cE1ydpsP2DjRJtQyUU2JZSafK6umqfH/qszBk7vrgOrlXMOpxEpd4DIBZibsyp6jgYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZJ8V9nxhl49CDTjpYmIO9YZ1Kuyhh5WQ6pPXb1cWg/Yv8bqxFS6UeObO5cE1ydpsP2DjRJtQyUU2JZSafK6umqfH/qszBk7vrgOrlXMOpxEpd4DIBZibsyp4=
>  >  >  >  >  >  ETag: "0d3924a2081c51:dbe"
>  >  >  >  >  >  Content-Length: 0
>  >  >  >  >  >
>  >  >  >  >  >  POST /ocs/emp_login.asp?username=USNPM09 HTTP/1.1
>  >  >  >  >  >  Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
> application/x-shockwave-flash, application/vnd.ms-excel, 
> application/vnd.ms-powerpoint, application/msword, */*
>  >  >  >  >  >  Referer: http://otltwq5cweb02/ocs/emp_login.asp
>  >  >  >  >  >  Accept-Language: en-us
>  >  >  >  >  >  Content-Type: application/x-www-form-urlencoded
>  >  >  >  >  >  Accept-Encoding: gzip, deflate
>  >  >  >  >  >  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 
> 5.1; SV1; InfoPath.1)
>  >  >  >  >  >  Host: otltwq5cweb02
>  >  >  >  >  >  Content-Length: 14
>  >  >  >  >  >  Connection: Keep-Alive
>  >  >  >  >  >  Cache-Control: no-cache
>  >  >  >  >  >  Cookie: ASPSESSIONIDAQRATDRR=JKLDEFICMHIBJNBDMBKLNMJL
>  >  >  >  >  >  Authorization: Negotiate 
> YIIE6wYGKwYBBQUCoIIE3zCCBNugJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqKCBLEEggStYIIEqQYJKoZIhvcSAQICAQBuggSYMIIElKADAgEFoQMCAQ6iBwMFACAAAACjggO5YYIDtTCCA7GgAwIBBaEUGxJRNS1DT1JFLlE1LkFJRy5ORVSiIDAeoAMCAQKhFzAVGwRIVFRQGw1vdGx0d3E1Y3dlYjAyo4IDcDCCA2ygAwIBF6EDAgEUooIDXgSCA1psBVfWkrk7vrmpKHdV7cHyULw4DWRD74YWV53S6vrzkvZFjydubQiziAWYziuTcbYVpc+LDA5ekDhYTs4JpJgwSCsj8Yu47hUdC/+zcDmsCEUrw0ygjh1tBwEVWbTTNdHQXJbWU7ebgZwC4aRm0pSx6z42CxPhdw/6hyCjg+FRL5YCfGsoBPmhdow5sDOszojgs+VG/eTA7v1gCS7bh+QbLv9ZsjEATrsJxjxkBJJrZVCO1GO1tImyubzDVTn/AqeNgF/SGudFtgI2coobdRUv8+fBQBfsT+kGg5Of2vieo83a/rZiGTH0Dqs0bIRPGMdbOe77tXGvNf9SRJYu0M6tfIjFzcWaTFM1o5PCkgaYsA0p9R25//hR+2SPpvIdEZzs9ycSTNCBDyqT7CxjiueNwhTRdqRDDhAzxVHMC6TaWYKLKdX4aceO5MsHh2tTHL7o0AyRb+UFFQ8erNvnz6j1laf8q4VTVIZSuFDsy2hShVdYYqY3zmqERgKoWvNow9SzRw7F9lCGLsvGG0qqXiyFgVW7HGQ1hZwXNJd54TRmsnxVTzdxK/xXE44L+R0CJ1lU1/LPosJ3uM5deg2lFHEG7aiEc6oBx8bG8mK/vcojb96/9bA77O8OqWOlhBD0T3+NmodHnMNWacEAueqm9RNDtMfKmrvLCYqPbUeIbUO2LxUqNG/SA3Z/ccRwrFJE4Oba5+v7h+qFC8KxAdBDBNv+kDjdP4NfEE30HAux8R9TruPt1VkK/wE1aMhTaaRMgc7gf2Vd43ZW8KgkfwCt6qxaubMXG43PQ6K9Vtr6xyPmjFS0zEAVujYf42nK/bqi0uzjxfRYyOKo5cfTBlKaG5vK+KGxt6WU+mP/9OZHkL7ulXlZgjTNcJx1a40FEkWJ+TUitzWDI6heFV+/bBAjfxyXSXuQulKRFRhWUPn1HAEfgDHcdAgK1TAXuq/u8TuJFVnLa54CUCSGtbig3gXE6sKY35GAPkkmd7LMYI3Uol3dr7ChK769DY6KSKg4ZO/6ckqw9gPIMbqhn1HVmhUYlFvQQBj+1yfPvZY8hD4K4zSAW+mBhJsbxP6/kwWycuynq+NWMF2MOFaFo3A7r5v1WXUOR2vrWa/kJlsjPccrrKzboiHF4dhHw4LzCG6kgcEwgb6gAwIBF6KBtgSBs8pk3Aoke5gTKbo9O9SQwAGMYoVe8W2KzyaOh5KKVF/9dVUAryGIV2V9qGipAAjDPLSjt6XNA8KtQvlmczaw+erhVM0aO62NnaK4TBYuUsr01mJRY9+6WkpkyO/m+sLAPYJCaWbnmmVFHXHwNzww+egYu2IWRYfif4mz0H/GdP1o5CW8v8LZYjBzo5XAoqIvsodzJ0p1kEt6zZ1vg6CWKq5if60MGQcJUCHpjejPs3KY5MWx
>  >  >  >  >  >
>  >  >  >  >  >  txtuid=USNPM09
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 100 Continue
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:50:02 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate 
> oYIBKjCCASagAwoBAKELBgkqhkiC9xIBAgKigYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZIrHSm/D05ahKBj+1YQd5Zq6K1WNwLhrwZJhlkfdpWHZDbhx0M2ksiVNtOVszkFex9X2XUwjaJ/d3pNRzzd5DxlVwrMNukDqnzTq+dJSNo/4fT0ufcRvWBRKjgYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZIrHSm/D05ahKBj+1YQd5Zq6K1WNwLhrwZJhlkfdpWHZDbhx0M2ksiVNtOVszkFex9X2XUwjaJ/d3pNRzzd5DxlVwrMNukDqnzTq+dJSNo/4fT0ufcRvWBRI=
>  >  >  >  >  >
>  >  >  >  >  >  HTTP/1.1 200 OK
>  >  >  >  >  >  Server: Microsoft-IIS/5.0
>  >  >  >  >  >  Date: Wed, 15 Apr 2009 11:50:02 GMT
>  >  >  >  >  >  WWW-Authenticate: Negotiate 
> oYIBKjCCASagAwoBAKELBgkqhkiC9xIBAgKigYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZIrHSm/D05ahKBj+1YQd5Zq6K1WNwLhrwZJhlkfdpWHZDbhx0M2ksiVNtOVszkFex9X2XUwjaJ/d3pNRzzd5DxlVwrMNukDqnzTq+dJSNo/4fT0ufcRvWBRKjgYcEgYRggYEGCSqGSIb3EgECAgIAb3IwcKADAgEFoQMCAQ+iZDBioAMCAReiWwRZIrHSm/D05ahKBj+1YQd5Zq6K1WNwLhrwZJhlkfdpWHZDbhx0M2ksiVNtOVszkFex9X2XUwjaJ/d3pNRzzd5DxlVwrMNukDqnzTq+dJSNo/4fT0ufcRvWBRI=
>  >  >  >  >  >  Content-Length: 2707
>  >  >  >  >  >  Content-Type: text/html
>  >  >  >  >  >  Cache-control: private
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >  Thanks & Regards
>  >  >  >  >  >  Sengamalam Kannan
>  >  >  >  >  >  Testing CoE
>  >  >  >  >  >  Mobile: +91 99529 67005
>  >  >  >  >  >  Tel: +91 44 6615 2684
>  >  >  >  >  >
>  >  >  >  >  > -----Original Message-----
>  >  >  >  >  >  From: sebb [mailto:[email protected]]
>  >  >  >  >  >
>  >  >  >  >  > Sent: Wednesday, April 15, 2009 3:20 PM
>  >  >  >  >  >  To: JMeter Users List
>  >  >  >  >  >  Subject: Re: Null response while recording a web application
>  >  >  >  >  >
>  >  >  >  >  >  On 15/04/2009, Kannan, Sengamalam <[email protected]> 
> wrote:
>  >  >  >  >  >  > Thanks Sebb for your reply, but what I am facing is 
> different. I have attached screenshots of the view tree results. No cookies 
> and no response. It says access denied. When I click on the URL which needs 
> to be recorded, NT login screen appears and after entering user credentials 
> it goes to a web page and in the web page I have to click on a button - no 
> response or nothing is recorded.
>  >  >  >  >  >  >
>  >  >  >  >  >  >  When I click on the URL, NT login screen not appearing and 
> it displays blank screen. When I tried to record by clicking on the button 
> entering the user credentials, even in this case blank screen.
>  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  > Please help me to resolve this issue.
>  >  >  >  >  >
>  >  >  >  >  >  Sorry, no idea what is going wong here; possibly an issue with
>  >  >  >  >  >  incorrect NTLM credentials.
>  >  >  >  >  >
>  >  >  >  >  >  You'll have to analyse the differences in the HTTP exchanges 
> as described in:
>  >  >  >  >  >
>  >  >  >  >  >  http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour
>  >  >  >  >  >  >
>  >  >  >  >  >  > Regards
>  >  >  >  >  >  >  Sengamalam Kannan
>  >  >  >  >  >  >  -----Original Message-----
>  >  >  >  >  >  >  From: sebb [mailto:[email protected]]
>  >  >  >  >  >  >  Sent: Tuesday, April 14, 2009 6:00 PM
>  >  >  >  >  >  >  To: JMeter Users List
>  >  >  >  >  >  >  Subject: Re: Null response while recording a web 
> application
>  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  > http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour
>  >  >  >  >  >  >
>  >  >  >  >  >  >  On 09/04/2009, Kannan, Sengamalam 
> <[email protected]> wrote:
>  >  >  >  >  >  >  > Null response when I record a web application. While 
> recording I didn't receive any response from the server and a blank page is 
> displayed. When I run the script with whatever has recorded, "Access Denied" 
> error.
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >  Please help me to resolve this issue.
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >  Thanks & Regards
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  > Sengamalam Kannan
>  >  >  >  >  >  >  >  Testing CoE
>  >  >  >  >  >  >  >  Mobile: +91 99529 67005
>  >  >  >  >  >  >  >  Tel: +91 44 6615 2684
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  > 
> ---------------------------------------------------------------------
>  >  >  >  >  >  >  To unsubscribe, e-mail: 
> [email protected]
>  >  >  >  >  >  >  For additional commands, e-mail: 
> [email protected]
>  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  >  >  >  To unsubscribe, e-mail: 
> [email protected]
>  >  >  >  >  >  >  For additional commands, e-mail: 
> [email protected]
>  >  >  >  >  >  >
>  >  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  >  >  To unsubscribe, e-mail: 
> [email protected]
>  >  >  >  >  >  For additional commands, e-mail: 
> [email protected]
>  >  >  >  >  >
>  >  >  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  >  >  To unsubscribe, e-mail: 
> [email protected]
>  >  >  >  >  >  For additional commands, e-mail: 
> [email protected]
>  >  >  >  >  >
>  >  >  >  >  >
>  >  >  >  >
>  >  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  >  To unsubscribe, e-mail: 
> [email protected]
>  >  >  >  >  For additional commands, e-mail: 
> [email protected]
>  >  >  >  >
>  >  >  >  >
>  >  >  >  >
>  >  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  >  To unsubscribe, e-mail: 
> [email protected]
>  >  >  >  >  For additional commands, e-mail: 
> [email protected]
>  >  >  >  >
>  >  >  >  >
>  >  >  >
>  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  To unsubscribe, e-mail: [email protected]
>  >  >  >  For additional commands, e-mail: [email protected]
>  >  >  >
>  >  >  >  
> ---------------------------------------------------------------------
>  >  >  >  To unsubscribe, e-mail: [email protected]
>  >  >  >  For additional commands, e-mail: [email protected]
>  >  >  >
>  >  >  >
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: [email protected]
>  >  >  For additional commands, e-mail: [email protected]
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: [email protected]
>  >  >  For additional commands, e-mail: [email protected]
>  >  >
>  >  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: [email protected]
>  >  For additional commands, e-mail: [email protected]
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: [email protected]
>  >  For additional commands, e-mail: [email protected]
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [email protected]
>  For additional commands, e-mail: [email protected]
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [email protected]
>  For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to