diff --git a/docs/proxy/guides/cloudfront.md b/docs/proxy/guides/cloudfront.md index f89832c1..60899fc8 100644 --- a/docs/proxy/guides/cloudfront.md +++ b/docs/proxy/guides/cloudfront.md @@ -36,8 +36,8 @@ With the custom origin and behaviours in place, you can change your script tag a ``` -Deploy these changes to your CloudFront site. You can verify the proxy is working by opening your network tab. You should see a request to -`https://yourdomain.com/js/script.js` with status 200 and another one to `https://yourdomain.com/api/event` with status 202. +Deploy these changes to your CloudFront site. You can verify the proxy is working by opening your network tab. You should see a GET request to +`https://yourdomain.com/js/script.js` with status 200 and a POST request to `https://yourdomain.com/api/event` with status 202. Using our extensions such as hash-based routing, page exclusions or outbound link click tracking? Change the file name from script.js to the script you want to use: script.hash.js, script.exclusions.js or script.outbound-links.js. Want to use more than one extension? You can chain them like this: script.hash.exclusions.outbound-links.js.