HTTP post using php and curl failing
- by user2916484
I am trying to send an XML file to an external system. I am using the below code for doing so, which I got over the internet.
But I observed that when i put an echo on the xml variable, it does not show me the XML as a string, but it is parsing the xml and showing me the values. Same is happening when I am sending this to external system. Which…