Hello,

I have to test a REST URL of this type /customer/email/t...@example.com.
But as I have seen, there is a problem with the . character. If I have an
email address without . , it works fine, but if I have a regular email
address with a . in it, the response is

 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body>
HTTP ERROR 404

<p>Problem accessing /customer/email/t...@example.com. Reason:
<pre>    Not Found</pre></p><hr /><small>Powered by Jetty://</small><br/>  

What can I do in this case so I can get a customer by a regular email
address?

Thank you

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Can-I-send-a-in-a-URL-tp4409448p4409448.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

Reply via email to