RE: 401.2 messages
Status: Alpha
Brought to you by:
coroberti
From: Richard P. <rp...@ce...> - 2008-03-07 15:44:43
|
Here is my conf file. ########### GENERAL SECTION ################################ BATCH_NAME=webhost-temp1 CLIENTS_NUM_MAX=30 CLIENTS_RAMPUP_INC=5 CLIENTS_NUM_START=5 INTERFACE=eth1 NETMASK=24 IP_ADDR_MIN=10.40.171.167 IP_ADDR_MAX=10.40.171.197 URLS_NUM=9 CYCLES_NUM=-1 TIMER_TCP_CONN_SETUP=10 USER_AGENT=RICK_CURL ########### URL SECTION #################################### ### Login URL - cycling # GET-part URL=http://webhost-temp1/Pages/Default.aspx URL_SHORT_NAME="default page" REQUEST_TYPE=GET WEB_AUTH_METHOD=NTLM WEB_AUTH_CREDENTIALS=administrator:password TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP = 500 ### Cycling URL URL=http://webhost-temp1/testing123/default.aspx URL_SHORT_NAME="123 directory" REQUEST_TYPE=GET WEB_AUTH_METHOD=NTLM WEB_AUTH_CREDENTIALS=administrator:password TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP = 500 ### Cycling URL # URL=http://webhost-temp1/Docs URL_SHORT_NAME="Documents Dir" REQUEST_TYPE=GET WEB_AUTH_METHOD=NTLM WEB_AUTH_CREDENTIALS=administrator:password TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP = 500 ### Cycling URL # URL=http://webhost-temp1/Docs/Documents/ethernet.pdf URL_SHORT_NAME="Ethernet PDF" REQUEST_TYPE=GET WEB_AUTH_METHOD=NTLM WEB_AUTH_CREDENTIALS=administrator:password TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP = 500 ### Cycling URL # URL=http://webhost-temp1/Docs/Documents/CHG-DOC-10MB-1.doc URL_SHORT_NAME="Word Doc" REQUEST_TYPE=GET WEB_AUTH_METHOD=NTLM WEB_AUTH_CREDENTIALS=administrator:password TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP = 500 rick parker : rp...@ce...<mailto:rp...@ce...> : d 781 425 5200 x224 : www.certeon.com<http://www.certeon.com> certeon - Accelerate Your Business From: cur...@li... [mailto:cur...@li...] On Behalf Of Robert Iakobashvili Sent: Thursday, March 06, 2008 2:03 PM To: curl-loader-devel Subject: Re: 401.2 messages Hi Richard, On Thu, Mar 6, 2008 at 8:58 PM, Richard Parker <rp...@ce...<mailto:rp...@ce...>> wrote: Hello, I am using curl-loader to help me stress test a caching/proxy server. The server I am using on the other end is a MOSS 2007 web-server. I receive a good amount of 401.2 messages and am unsure if curl knows that this should prompt the client to start the NTLM 3 way handshake or not. Please, provide the detailed PRF form. -- Sincerely, Robert Iakobashvili "Light will come from Jerusalem" ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |