I am unsure but I think only ASCI characters are allowed in HTTP Headers (post parameters are part of the header). The application should support encoded parameters.
Shmuel Krakower. www.Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for free. On Tue, Oct 1, 2013 at 11:06 PM, Simon De Uvarow <[email protected]>wrote: > 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 >
