ssl
4 years agoOccasional Visitor
ReadyAPI returns error when input special characters like À-ÖØ-öø-ÿ
ReadyAPI returns error when input special characters like À-ÖØ-öø-ÿ
- 4 years agoHey ssl,
Im reiterating what nmrao said, but if youre trying to pass characters with diacritics (the agrave accent over the capital A, the diaeresis (the two horizontal dots) over the capital O, etc.) if passed via HTTP will probably need to be encoded in some way.
E.g. to represent the Ö character, youd need to replace Ö in your request with an alternative character string.
Please see --> https://www.toptal.com/designers/htmlarrows/letters/uppercase-o-with-umlaut/
Cheers,
Rich