Answers for "cors not working"

1

cors not working

header("Access-Control-Allow-Origin: *");
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST, GET, OPTIONS');
header('Access-Control-Allow-Headers: *');
header('Access-Control-Max-Age: 1728000');
header("Content-Length: 0");
header("Content-Type: text/plain");
Posted by: Guest on October-09-2021

Code answers related to "cors not working"

Browse Popular Code Answers by Language