-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
since the purpose of this script is to bypass CORS check, the response should contain CORS headers.
I've tried the script on my php server and requests from javascript didn't succeed because of missing CORS headers. After adding
header("Access-Control-Allow-Origin: *");
to the php file, everything works fine.
avbentem
Metadata
Metadata
Assignees
Labels
No labels