Trước hết, tôi không biết làm thế nào để thực sự cho các bạn biết chính xác tôi đang làm việc gì và cũng không ai có thể truy cập trang web vì đó là mạng riêng nơi trang web sống . Đây là ảnh chụp màn hình của JMeter: JMeter không thể đăng nhập vào trang web - JMeter noob
Tôi chỉ đang cố gắng đăng nhập vào trang web của mình nhưng dưới nút Cây kết quả xem cho "/ common/j_security_check" không thành công. Dưới đây là thông tin từ các tab:
Sampler kết quả:
Thread Name: Thread Group 1-1
Sample Start: 2011-08-18 16:59:26 PDT
Load time: 0
Latency: 0
Size in bytes: 795
Sample Count: 1
Error Count: 1
Response code: Non HTTP response code: java.lang.IllegalArgumentException
Response message: Non HTTP response message: Entity enclosing requests cannot be redirected without user intervention
Response headers:
HTTPSampleResult fields:
ContentType:
DataEncoding: null
Yêu cầu:
POST https://DELETED BY ME (SORRY)
POST data:
[no cookies]
Request Headers:
đáp ứng dữ liệu:
ava.lang.IllegalArgumentException: Entity enclosing requests cannot be redirected without user intervention
at org.apache.commons.httpclient.methods.EntityEnclosingMethod.setFollowRedirects(EntityEnclosingMethod.java:225)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler2.setupConnection(HTTPSampler2.java:623)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler2.sample(HTTPSampler2.java:890)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:965)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:951)
at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:348)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243)
at java.lang.Thread.run(Unknown Source)
Cảm ơn sự giúp đỡ nào.
Có cho người quản lý cookie – holygeek
Vâng cả hai đều là 2 vấn đề của tôi, nhưng tôi cũng cần một mẫu URL Rewrite để bao gồm id phiên của tôi. Cảm ơn. – jreed121