On 21 June 2011 02:14, stuntgirl <faux_...@hotmail.com> wrote: > Hi, > > Apologies if this has already been covered. > > I'm trying to submit foreign characters as part of my http request. > Example (name)product.name=(value)自動車のトランスミッション or > product.name=transmissãodocarro or whatever. > > Is this even possible? From what I have read, JMeter doesn't like nonASCII > characters, however, I note that there are some encoding settings in the > http request, so I'm hoping this is somehow possible.
AIUI, HTTP does not support nonAscii characters in URLs or headers. However, they are supported in POST data. Have you tried recording a browser session that uses nonAscii characters? That should show if it works. and how to do it. Arbitrary charaters can be included using the __char() function: http://jakarta.apache.org/jmeter/usermanual/functions.html#__char but that is tedious for lots of data. > Also, the ability to change language settings makes me think this is > possible eg a Japanese or Portuguese interface seems redundant if JMeter > would only support English/ASCII characters. This is not related; the language change only affects how the GUI appears. > Many thanks in advance. > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/HTTP-Request-Foreign-Language-nonASCII-tp4508824p4508824.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org