Merge pull request #3127 from pradeepch99/master
Content type checking for graphql detectionpatch-1
commit
bf1329c7f2
|
@ -145,6 +145,11 @@ requests:
|
|||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "__schema"
|
||||
|
|
Loading…
Reference in New Issue