Skip to content

Commit

Permalink
[APO] Update faq.mdx (#16382)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenizera authored Sep 18, 2024
1 parent dea8093 commit dda4a0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ No. APO ignores Origin Cache Control for caching on the Edge, but APO serves ori

## Why are my browser cache control headers missing with APO?

The browser cache control headers may be missing with APO if you set your browser to cache TTL to "respect existing headers." For example:
The browser cache control headers may be missing with APO if you set your **Browser Cache TTL** to **Respect Existing Headers**. For example:

```sh
curl --silent --verbose --output /dev/null https://example.com/ --header 'Accept: text/html' 2>&1 | grep cache-control
Expand All @@ -27,7 +27,7 @@ curl --silent --verbose --output /dev/null https://example.com/ --header 'Accept

## Is the stale-if-error directive still needed with APO?

No, the stale-if-error directive is not needed because the feature is built into APO.
No, the `stale-if-error` directive is not needed because the feature is built into APO.

## When I check the posts and homepage cache status, the response header shows `cf-cache-status: BYPASS`. Is APO working?

Expand Down

0 comments on commit dda4a0a

Please sign in to comment.