Hi, I have to request (POST) a page with a parameter that has an accent (action="Agregar Institución").
1) If I send "Agregar+Instituci%F3n" and uncheck "encode?", JMeter sends "Agregar+Instituci%EF%BF%BDn" 2) If I send "Agregar Institución" and check "encode?" to true, JMeter sends "accion=Agregar+Instituci%C3%B3n" 3) If I send "Agregar Institución" and uncheck "encode?", JMeter sends same as 2) -> "accion=Agregar+Instituci%C3%B3n" I need to send 1) without encoding, or encode something that sends the %F3 instead of "ó" because this is what the server expects. What can I do? regards!! pd. I have also the same problem using JMeter proxy. But I can work-through
