Update cors-misconfig.yaml
parent
3f40d59c67
commit
db5029fc61
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue