Answers for "check with cors"

0

check with cors

curl -X OPTIONS 'https://domain/path/file.png' -H "Origin: https://yoursitedomain" -H "Access-Control-Request-Method: GET" -v -o /dev/null
Posted by: Guest on June-28-2021

Browse Popular Code Answers by Language