On 9 October 2013 07:02, Shmuel Krakower <[email protected]> wrote: > I am unsure but I think only ASCI characters are allowed in HTTP Headers
Yes. > (post parameters are part of the header). Post parameters are normally sent as a part of the body, in which case a non-ASCII encoding can be specified. > The application should support encoded parameters. Agreed > 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 >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
