Skip to content

Commit 2aac619

Browse files
authored
Update pages/edge-services/troubleshooting/cache-problems.mdx
1 parent 595ede0 commit 2aac619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/edge-services/troubleshooting/cache-problems.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You may experience unexpected behavior with caching on your Edge Services pipeli
1212
This page helps you resolve common problems.
1313

1414
<Message type="tip">
15-
Before diving into this troubleshooting guide, ensure you are correctly using `curl` for your testing. `curl -I` uses the HEAD method by default, which does not always trigger the same logic as a real `GET` request. This can mislead you during cache tests, as cache checks might be skipped entirely, and responses main contain different headers. Use `curl -X GET -I` for more better testing and accurate `X-Cache` header information in responses.
15+
Before diving into this troubleshooting guide, ensure you are correctly using `curl` for your testing. `curl -I` uses the `HEAD` method by default, which does not always trigger the same logic as a real `GET` request. This can mislead you during cache tests, as cache checks might be skipped entirely, and responses may contain different headers. Use `curl -X GET -I` for better testing and more accurate `X-Cache` header information in responses.
1616
</Message>
1717

1818
## Some assets are not being correctly cached by Edge Services.

0 commit comments

Comments
 (0)