|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Internet and Network > HTP.Req.SetBody |
The HTP.Req.SetBody command sets the body content for POST, PUT, or PATCH HTTP requests.
Set POST dataSend JSON payloadsUpload form dataCompatible with REST APIs
Quick Example
; Prepare POST request
HTP.Req.SetBody|reqHandle|{"name":"John","age":30}
See Also