简体   繁体   中英

getting <EOF> in HTTP post request url in blazemeter

I have created a script in jmeter, when i run the script in JMeter it is working fine. But when i try to run the script in blaze meter am getting error as

Non HTTP response code: java.net.URISyntaxException code for my HTTP request. Non HTTP response message: Illegal character in path at index 73: https://load-xh-yut-yyyyyy.ser.sdgfdf.com/api/dff-sdsdfdf/sessionEOF/fsdf** .

Sessionid will be passed from previous response to all subsequent requests.

This particular request is not taking sessionid, instead of this it is taking sessionEOF . All the below post requests are taking the sessionid except this request.

It looks like you're using CSV Data Set Config which has "Recycle on EOF" setting set to False hence when the end of CSV file is reached the CSV Data Set Config returns <EOF> as the default value of csvdataset.eofstring property

The solution which I can let you know as soon as possible is to change it to True :

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM