Codeunit 1299 Web Request Helper in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| IsValidUri | (Text) | Boolean | public | - | |||
| IsValidUriWithoutProtocol | (Text) | Boolean | public | - | |||
| IsSecureHttpUrl | (Text) | Boolean | public | - | |||
| IsHttpUrl | (Text) | Boolean | public | - | |||
| GetWebResponse | (var DotNet HttpWebRequest, var DotNet HttpWebResponse, var InStream, var DotNet HttpStatusCode, var DotNet NameValueCollection, Boolean) | Boolean | public | - | |||
| GetWebResponseError | (var DotNet WebException, var Text) | Text | public | - | |||
| GetResponseText | (Text, Text, Text, var Text) | Boolean | public | Pending 16.0 | |||
| This function does not consider the encoding of the response. Use GetResponseTextUsingCharset instead. (If you are comparing the response with previous values saved in the database, you might need data upgrade.) | |||||||
| GetResponseTextUsingCharset | (Text, Text, Text, var Text) | Boolean | public | - | |||
| GetHostNameFromUrl | (Text) | Text | public | - | |||
| IsFailureStatusCode | (Text) | Boolean | public | - | |||