Re: Default connect and response timeout in HTTP Sampler

2009-12-24 Thread Jatin Davey
Ok , I found out testing a non-existent site. The default value is around 20 - 21 secs. One more thing that i am seeing is the following : 1. If i set the default connect timeout value to say , 5000 millisecs (In the HTTP request sampler) , the requests to the same non-existent site is gettin

Re: HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Jatin Davey
Thanks Deepak. Thanks Jatin Deepak Shetty wrote: If the web server is implemented in a way that all the requests to it require authorization credentials to be passed in the HTTP >header then we ought to use the Authorization manager. If the authorization is managed using cookies or if

Re: HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Deepak Shetty
>If the web server is implemented in a way that all the requests to it require authorization credentials to be passed in the HTTP >header then we ought to use the Authorization manager. >If the authorization is managed using cookies or if it is fed in a form and posted to the server using the HTTP

Default connect and response timeout in HTTP Sampler

2009-12-24 Thread Jatin Davey
Hi If i dont mention the default timeout values in the connect and response fields in a HTTP request samplers then what values are taken as default. Thanks Jatin - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apach

Re: HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Jatin Davey
Ok i get it. Please correct if my understanding is incorrect. If the web server is implemented in a way that all the requests to it require authorization credentials to be passed in the HTTP header then we ought to use the Authorization manager. If the authorization is managed using cookies o

Re: HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Deepak Shetty
Hi Its based on what your server / application accepts. Systems that need basic authentication pass authorization information in the headers and you need to pass it in every request(the browser does this automatically). (Other systems like NT authentication also use a similar mechanism). In these c

HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Jatin Davey
Hi I was reading through the documentation about the HTTP request sampler and found the following statement: If the request requires server or proxy login authorization (i.e. where a browser would create a pop-up dialog box), you will also have to add an HTTP Authorization Manager