Forum Discussion

ssl's avatar
ssl
Occasional Visitor
4 years ago
Solved

ReadyAPI returns error when input special characters like À-ÖØ-öø-ÿ

ReadyAPI returns error when input special characters like À-ÖØ-öø-ÿ
  • richie's avatar
    richie
    4 years ago
    Hey 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