We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c130d7a commit 63e0082Copy full SHA for 63e0082
Classes/Http/Header.php
@@ -21,8 +21,8 @@ abstract class Header
21
public const CORS_CREDENTIALS = 'Access-Control-Allow-Credentials';
22
23
// This header will be sent if the response has been cached by the REST extension
24
- public const CUNDD_REST_CACHED = 'Cundd-Rest-Cached';
+ public const CUNDD_REST_CACHED = 'X-Cundd-Rest-Cached';
25
26
// This header can be set to prevent the REST extension from caching a response
27
- public const CUNDD_REST_NO_CACHE = 'Cundd-Rest-No-Cache';
+ public const CUNDD_REST_NO_CACHE = 'X-Cundd-Rest-No-Cache';
28
}
0 commit comments