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