标签:跨域 head origin ESS with method methods request headers
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE");
header(‘Access-Control-Allow-Headers:x-requested-with,content-type‘);
标签:跨域 head origin ESS with method methods request headers
原文地址:https://www.cnblogs.com/DevilBoy/p/13032667.html