Hi all. A 3rd party my application connects to has changed from using HTTP to using HTTPS.
Long story short, I send, via HTTP POST, some XML, its consumed, and a result in XML is returned. All of which worked fine under HTTP, but under HTTPS, the <?xml version= is being stripped when by the time it gets to the 3rd party. I am using Indy for the HTTPS connection, BUT using the TIEHTTP3 control which uses the same mechanism as IE, it too fails. My initial reaction is, is must be the 3rd party. I have tried 3 different components and they all have the same result..however, the 3rd party were also able to show me logs where the data is fine. In the end, I am adding an extra <?xml version= to the XML I am sending, and it works. Just checking if this is something someone else has come across before or not. Thanks, Jeremy
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
