BasketTrigger Collection Library

CDN Validation Page

CloudFront distribution is serving content successfully.
Environment: dev
Domain: lib.ws.job-dev.toyota.com
Origin: S3 (job-use1-s3-nonprod-bt-collection-library)

Validation Checks

CheckStatus
HTTPS served--
CloudFront headers present--
CORS headers--
Cache-Control header--

How to Test

  1. Upload this file to the S3 bucket:
    aws s3 cp index.html s3://job-use1-s3-nonprod-bt-collection-library/index.html --content-type "text/html"
  2. Access via CloudFront:
    https://lib.ws.job-dev.toyota.com/index.html
  3. Verify HTTPS, headers, and CORS with curl:
    curl -I https://lib.ws.job-dev.toyota.com/index.html
  4. Test CORS from a different origin:
    curl -H "Origin: https://autoparts.toyota.com" -I https://lib.ws.job-dev.toyota.com/index.html