- 
      
- 
        Save AlexR1712/be9616f69a73641272cf99ac29c6bc01 to your computer and use it in GitHub Desktop. 
Revisions
- 
        exAspArk revised this gist Oct 17, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ curl -I -X OPTIONS \ -H "Origin: http://EXAMPLE.COM" \ -H 'Access-Control-Request-Method: GET' \ http://EXAMPLE.COM/SOMETHING 2>&1 | grep 'Access-Control-Allow-Origin' 
- 
        exAspArk revised this gist Oct 17, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ curl -I -X OPTIONS \ -H "Origin: http://example.com" \ -H 'Access-Control-Request-Method: GET' \ http://example.com 2>&1 | grep 'Access-Control-Allow-Origin' 
- 
        exAspArk revised this gist Jul 25, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,4 @@ curl -I \ -H "Origin: http://example.com" \ -H 'Access-Control-Request-Method: GET' \ http://example.com 2>&1 | grep 'Access-Control-Allow-Origin' 
- 
        exAspArk created this gist Jul 25, 2017 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ curl -I -H "Origin: http://example.com" -H 'Access-Control-Request-Method: GET' http://example.com 2>&1 | grep 'Access-Control-Allow-Origin'