Currently, a RexConnect request can be passed via GET request and req querystring variable. This isn't perfect, since you have to URL encode the request (sometimes) and because the script length is limited by the max URL length.
Introduce support for POST requests, where the form data contains the request JSON data.
Currently, a RexConnect request can be passed via GET request and
req
querystring variable. This isn't perfect, since you have to URL encode the request (sometimes) and because the script length is limited by the max URL length.Introduce support for POST requests, where the form data contains the request JSON data.