USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
POST the current result buffer as the body of an HTTP request
Sends the current result buffer as the request body to the specified URL using HttpSendNet. Supports content type, credentials, method override, allow-all-status-codes, and forced encoding. Unlike HttpSendNet with $result$, this variant always sends msResult regardless of argument 1.
| Parameter | Description |
|---|---|
| cmd | ignored |
| Argument 0 | content type |
| Argument 1 | not used |
| Argument 2 | username |
| Argument 3 | password |
| Argument 4 | domain |
| Argument 5 | method (GET, POST, PUT, etc) |
| Argument 6 | Allow all status codes including 400. When this is set, a 400 will still set the response and will not raise an error. When this is not set, a 400 will raise an error |
| Argument 7 | Force Encoding (e.g. "1252" or "utf-8") |
HttpSendNetResult "ignored", "content type", "not used", "username", "password", "domain", "method (GET, POST, PUT, etc)", "Allow all status codes including 400. When this is set, a 400 will still set the response and will not raise an error. When this is not set, a 400 will raise an error", "Force Encoding (e.g. "1252" or "utf-8")"