Http web request SSL validation

You may need to communicate with external web service in Nav, such as API for Ecommerce, Logistic tracking or whatever. To do that, you can inspire from codeunit 1297 for Rest API and codeunit 1290 for Soap API. I find out that Http Web request component from Microsoft .Net do not allow any communications with […]