Php Cors Disable

[Solved] Php Cors Disable | Php - Code Explorer | yomemimo.com
Question : php cors disable

Answered by : akbarali

header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET, POST');
header("Access-Control-Allow-Headers: X-Requested-With");

Source : | Last Update : Wed, 20 Oct 21

Answers related to php cors disable

Code Explorer Popular Question For Php