Warning: Undefined array key "url" in /var/www/html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php on line 127

Warning: Undefined array key "path" in /var/www/html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php on line 128
Content Delivery Network – Jibril Touzi – Principal Site Reliability Engineer & Cloud Solutions Architect

Tag: Content Delivery Network

Adding CORS Headers Using Lambda@Edge and Amazon CloudFront

Cross-origin resource sharing (CORS) defines a way for client web applications that are loaded in one domain to interact with resources in a different domain, it allows to build rich client-side web applications and selectively allow cross-origin access to your resources. To see how to enable CORS on most web servers see https://enable-cors.org/index.html. If you’re …

Continue reading