Answers for "add cors header to allow response in php api"

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