Merge pull request #3127 from pradeepch99/master

Content type checking for graphql detection
patch-1
Sandeep Singh 2021-11-12 13:06:22 +05:30 committed by GitHub
commit bf1329c7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@ requests:
status: status:
- 200 - 200
- type: word
part: header
words:
- "application/json"
- type: regex - type: regex
regex: regex:
- "__schema" - "__schema"