Update cors-misconfig.yaml

patch-1
Prince Chaddha 2022-07-02 15:50:54 +05:30 committed by GitHub
parent 3f40d59c67
commit db5029fc61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ info:
requests:
- raw:
- |
GET {{Path}} HTTP/1.1
GET / HTTP/1.1
Host: {{Hostname}}
Origin: {{cors_origin}}
- |
GET {{path}} HTTP/1.1
Host: {{Hostname}}
Origin: {{cors_origin}}