Hi,
So i'm trying to make a post request using Http request. Now i'm used to doing this in business central with the datatypes: HttpClient, HttpRequestMessage, HttpResponseMessage, HttpHeaders and HttpContent.
Now in the older version, NAV, there do not seem to exist such datatypes so i was wondering in what way i need to make a call like this in NAV.
Thanks in advance.
If you NAV version supports .net interpolation then you could use the HttpRequest class(docs.microsoft.com/.../system.web.httprequest. And in classic based nav version you should use a com component to achieve this.
Actually, in BC the in-built types of HttpRequest and just wrappers around the .net classes.