Hi I have a HTTP Sampler calling http://1.2.3.4/test.html and checked the box for downloading all embedded objects.
Some of them work but some of them fails due to strange/wrong character encoding in the response works: src="rui/images/icons/16x16/refresh.png" fails: src="rui/images/icons/cti/record.png" java.net.URISyntaxException: Illegal character in path at index 21: http://1.2.3.4/"rui/images/icons/cti/record.png" is there a way to escape/replace " in the response? Thanks in advance
