PostData Shell Properties

The PostData Shell property is available if the script is accessed via "ScriptPage" (URL Direct Access Context), and if the Content Type passed to the URL is "application/json", and if the http call is a POST. The included POST data will be available via PostData.

Shell.PostData()

string (output). The POST data from the HTTP call.

Related Topics

Shell Property Descriptions

Shell Properties by Context