Receiving the 403 error when I passed the value for address '20 RUE DE L'UNION-FONCIÈRE 51100 REIMS

Receiving the 403 error when I passed the value for address '20 RUE DE L'UNION-FONCIÈRE 51100 REIMS FR', but the value '20 RUE DE LU'NION-FONCIÈRE 51100 REIMS FR' gives me 200

image-2024-10-2_17-36-46.png image-2024-10-2_17-37-7.png

Best Answer

  • ram.nitish
    ram.nitish LSEG
    Answer ✓

    Kindly be advised that when using API care should be taken when using operator words when combined with an apostrophe, for example the below combinations will cause an error 403 to be returned:

    Kindly note UNION is considered as an operator word.

    String 'AND (String)
    String 'OR (String)
    String 'AND NOT (String)
    String 'OR NOT (String)
    String 'AND AS (String)
    String 'OR AS (String)
    String 'UNION (String)