In order to enable EdgeCache, set the following HTTP response headers (Do not deviate from this exact format):
Cache-Control header to public, max-age=X where:
X = the number of seconds that you want the response to be cached for
X > 60 seconds
X < 365*24*60*60
Set the Pragma he...