Skip to content

MobileCRM.Services.HttpWebRequest.send

rescocrm edited this page May 15, 2023 · 3 revisions

[v11.0] Allow to send http web request against an HTTP server.

Arguments

Argument Type Description
url String The Url of server where HTTP request will be sent.
callback function(response) A callback function that is called with the web response having "responseCode" and "responseText" properties.
scope Object The scope for callbacks.
Clone this wiki locally