Hi all,

I am using HTTP request but I dont get a response because of redirecting to
login page. Session ID is stored in the Cookie. I am using HTTP Cookie
Manager. This problem occurs on four request and only on one it doesn't.

More details:

Request from which it goes to log in:

POST http://.../plc/staging/index.html

POST data:
headerSystemName=Myusername&headerPassword=Mypassword&command=headerLogin

Cookie Data:
$Version=0; JSESSIONID=1jvewuqe4ei15; $Path=/plc

Request Headers:
Content-Length: 68
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded

Log in page request:

GET http://.../plc/login.html

Cookie Data:
$Version=0; JSESSIONID=1jvewuqe4ei15; $Path=/plc

Request Headers:
Connection: keep-alive

How to prevent redirecting and capture response time of the requested page?

Thanks,
Elma

-- 
View this message in context: 
http://old.nabble.com/Redirecting-to-login-page-tp27714475p27714475.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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

Reply via email to