I point main informations:
https://server/stuff?Action=oneAction;Subaction=secondAction
https://server/stuff?Action=oneAction&Subaction=secondAction
works greatIs it possible to have a function, that will automatically replace ";" with "&"? I can't record without it I found something like: https://wiki.apache.org/jmeter/EscapedURLs but, it doesn't work automatically when I record it.
Is it possible to avoid a semicolon?
EDIT:
I found where the problem is: with the proxy - it gets semicolon and changes it to HEX %3b in the url, but the server doesn't recognise https://server/stuff?Action=oneAction%3bSubaction=secondAction
and makes error. So I think the problem is with encoding of proxy
JMeter .jmx files are basically XML so you can do it after the recording via your favourite text editor. In the meantime there are some alternative ways of recording a JMeter test: