回答編集履歴

1

追記

2018/06/04 04:24

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
 
8
8
 
9
+ > Use the update-cache request to update and remove content from the Google AMP Cache.
10
+
11
+ > The update-cache request requires the domain owner to sign the requests with an RSA key and to serve the matching public key from a standard URL on the origin domain.
12
+
13
+ > You can flush any currently cached version of a document by issuing a signed request to the AMP Cache. The update-cache request is called at this address:
14
+
15
+ >
16
+
9
17
  > https://example-com.<cache.updateCacheApiDomainSuffix>/update-cache/c/s/example.com/article?amp_action=flush&amp_ts=<ts_val>&amp_url_signature=<sig_val>
10
18
 
11
19