Open Dev Kit Documentation :: Networking :: Connection HTTP :: Send Request
Networking.ConnectionHTTP.SendRequest( Action String, URI String, Headers Variant Dictionary, Parameters Variant Dictionary, Body Data Stream ) Request Result*Sends an HTTP request
Parameters
- Action String
- Should either be GET, POST or an advanced action
- URI String
- The part of the URL excluding the host name and protocol
- Headers Variant Dictionary
- Optional headers excluding Host, Content-Type and Content-Length
- Parameters Variant Dictionary
- They are sent as data when using POST without proving body data; otherwise appended after the URI (namely GET)
- Body Data Stream
- Data in the body (namely POST)
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page