Send Actions to Eduction
You can make requests to Eduction by using either GET or POST HTTP request methods.
- A GET request sends parameter-value pairs in the request URL. GET requests are appropriate for sending actions that retrieve information from Eduction, such as the
GetStatus
action. For more information, see Send Actions by Using a GET Method. - A POST request sends parameter-value pairs in the HTTP message body of the request. POST requests are appropriate for sending data to Eduction. In particular, you must use POST requests to upload and send files to Eduction. For more information, see Send Data by Using a POST Method.
NOTE: The MaxInputString
and MaxFileUploadSize
configuration parameters set a limit on the maximum size of HTTP strings and the maximum size of files that you can upload. The default values for these parameters allow HTTP strings that contain a maximum of 64,000 characters, and uploaded files with a maximum size of 10,000,000 bytes.