We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
What types of HTTP API Requests are supported by OnApp CDN?
Environment
CDN
Answer
The following HTTP resource API requests are provided by OnApp CDN:
HTTP Push Resource:
Since the HTTP Push storage origin server does not support server-side scripting like CGI, PHP, etc., HTTP Push storage origin server will only process GET, but not PATCH, POST and PUT.
On the other hand, HTTP edge server will not reject all invalid methods for HTTP Push sites. Edge servers will just pass down the request to the storage origin server, to be processed/discarded by storage origin.
Currently, HTTP DELETE request are not supported in HTTP Push.
HTTP Pull Resource:
HTTP edge servers currently support only GET and POST.
Currently, we do not support PUT and PATCH.
Please take note there is a maximum limit of 100MB per HTTP POST request.
HTTP DELETE requests are currently not supported in HTTP Pull.
Caching - HTTP Pull and Push Resource
Currently, we cache both GET and HEAD requests.