Hello, when trying to send an xml file using an AP...
# general
f
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
Can you can use
&
in place of
&
?
f
I'm using & but for some reason the api response returns an %26amp;