Computer Science, asked by phanianindita1799, 1 year ago

Why we do this access control allow origin header php?

Answers

Answered by prashant247
0

Answer:

If you don't have access to configure Apache, you can still send the header from a PHP script. It's a case of adding the following to your PHP scripts: <?php header("Access-Control-Allow-Origin: *"); Note: as with all uses of the PHP header function, this must be before any output has been sent from the server

Answered by aayyuuss123
0

Answer:

I hope it helps you.....

Attachments:
Similar questions