Using latest jmeter and java. Reading urls from a csv file and passing into the Path for the HTTP Request
Each url in the file is like so: http://www.example.com/ The default "HTTP Request Defaults" specify the proxy server that the requests go through. The problem is that jmeter inserts a leading slash before ${url} and the proxy just wants a GET http://www.example.com HTTP/1.1 but jmeter is sending a GET /http://www.example.com HTTP/1.1 Does anyone know what file to change or setting to set to fix this? It seems like a bug to me, but maybe it's just a feature that doesn't make sense to me. ____________________________________________________________________________________ Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV. http://tv.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

