Skip to content

Commit 8806c0b

Browse files
authored
Document the new warning header. (#304)
The cache recently started outputting this to help with SXG errors.
1 parent 8e11b5c commit 8806c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cache_requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ content-type: application/signed-exchange;v=b3
7575

7676
Does not meet requirements:
7777
```
78-
$ curl -s -i -H 'Accept: application/signed-exchange;v=b3' https://amppackageexample-com.cdn.ampproject.org/wp/s/amppackageexample.com/gen/invalid.sxg | grep META
79-
<META HTTP-EQUIV="refresh" content="1; url=https://amppackageexample.com/gen/invalid.sxg">
78+
$ curl -s -i -H 'Accept: application/signed-exchange;v=b3' https://amppackageexample-com.cdn.ampproject.org/wp/s/amppackageexample.com/gen/invalid.sxg | grep -i warning:
79+
warning: 199 - "inner != outer; fallback url https://azei-package-test.com/gen/unwrap2.sxg != https://amppackageexample.com/gen/invalid.sxg"
8080
```

0 commit comments

Comments
 (0)