Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 358 Bytes

AMP CORS header with PHP

Set CORS header in AMP with PHP. AMP developer DOCUMENTATION.

Simple Example

<?php
include_once('your/path/AMPRequest.php');

AMPRequest::setCORSHeader('antik--lübz-de');
?>