I have a jmeter test running and its simply outputting response codes (all connection timed out). The requests work when I use curl form the box. I want to see what URL it is hitting to be sure. Anyway to see what URL the GET request is actually failing on?
Do you have View Results Tree
listener in your test?
It can show the URL & other details It sent.
Note: This listener consumes more memory. Just use it for debugging purpose.