Name
POST Handler
Description
Accepts an HTTPS POST request. These are generally used when the request data is sensitive or would exceed 2,000 characters if constructed as a URL using the GET method.
Fields
None
Examples
Submitting a login form.
Errors
Handler will error if a method other than POST is used.
0 Comments