Answers for "CORS request allow in php"

PHP
2

how to allow cors through header in php

<?php
 header("Access-Control-Allow-Origin: *");
Posted by: Guest on July-30-2020

Browse Popular Code Answers by Language