Hello, when trying to send an xml file using an API I'm having problems trying to encode an '&', the request comes out good but the response receives the & as '%26amp;" It's like a combination of HTML and URI encoding, any ideas why?
m
Michael McNamara
11/17/2023, 4:45 PM
Can you can use
&
in place of
&
?
f
Facundo Sanchez
11/17/2023, 5:17 PM
I'm using & but for some reason the api response returns an %26amp;