Send Request To Endpoint
An application comprises of multiple endpoints. Each endpoint has a name which is used in the URL. Which endpoint is requested is specified when the user calls the application.
Send Request to Endpoint
OpenEndpoints knows 2 types of data sources that can serve as input for the content transformation:
data that is transferred with the request, and
data that is loaded from other sources when the endpoint is executed in the background.
The following methods are available to transfer data with the request:
GET Request with parameters URL-encoded
POST Request containing parameters. This is the default when an HTML <form> is used. The default content type is application/x-www-form-urlencoded. Use multipart/form-data to add any number of file uploads.
Special Parameters
There are the following special request parameters:
Parameters
Possible Values