This 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 characters
| # -s - Avoid showing progress bar | |
| # -D - - Dump headers to a file, but - sends it to stdout | |
| # -o /dev/null - Ignore response body | |
| curl -sD - -o /dev/null https://WWW.EXAMPLE.COM |
This 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 characters
| curl -I -X OPTIONS \ | |
| -H "Origin: https://WWW.EXAMPLE.COM" \ | |
| -H 'Access-Control-Request-Method: GET' \ | |
| https://WWW.EXAMPLE.COM/SUBFOLDER 2>&1 | grep 'Access-Control-Allow-Origin' |
This file has been truncated, but you can view the full file.
This 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 characters
| @ | |
| * | |
| 0 | |
| 00 | |
| 0-0 | |
| 000 | |
| 0000 | |
| 00000 |