* This report was auto-generated by graphql-http
- 73 audits in total
- ✅ 73 pass
- SHOULD accept application/graphql-response+json and match the content-type
- MUST accept application/json and match the content-type
- SHOULD accept */* and use application/graphql-response+json for the content-type
- SHOULD assume application/graphql-response+json content-type when accept is missing
- MUST use utf-8 encoding when responding
- MUST accept utf-8 encoding
- MUST assume utf-8 if encoding is unspecified
- MUST accept POST requests
- MAY accept application/x-www-form-urlencoded formatted GET requests
- MUST NOT allow executing mutations on GET requests
- SHOULD respond with 4xx status code if content-type is not supplied on POST requests
- MUST accept application/json POST requests
- MUST require a request body on POST
- SHOULD use 400 status code on missing {query} parameter when accepting application/graphql-response+json
- SHOULD use 200 status code with errors field on missing {query} parameter when accepting application/json
- SHOULD use 400 status code on object {query} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on number {query} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on boolean {query} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on array {query} parameter when accepting application/graphql-response+json
- SHOULD use 200 status code with errors field on object {query} parameter when accepting application/json
- SHOULD use 200 status code with errors field on number {query} parameter when accepting application/json
- SHOULD use 200 status code with errors field on boolean {query} parameter when accepting application/json
- SHOULD use 200 status code with errors field on array {query} parameter when accepting application/json
- SHOULD allow string {query} parameter when accepting application/graphql-response+json
- MUST allow string {query} parameter when accepting application/json
- SHOULD use 400 status code on object {operationName} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on number {operationName} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on boolean {operationName} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on array {operationName} parameter when accepting application/graphql-response+json
- SHOULD use 200 status code with errors field on object {operationName} parameter when accepting application/json
- SHOULD use 200 status code with errors field on number {operationName} parameter when accepting application/json
- SHOULD use 200 status code with errors field on boolean {operationName} parameter when accepting application/json
- SHOULD use 200 status code with errors field on array {operationName} parameter when accepting application/json
- SHOULD allow string {operationName} parameter when accepting application/graphql-response+json
- MUST allow string {operationName} parameter when accepting application/json
- SHOULD use 400 status code on string {variables} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on number {variables} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on boolean {variables} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on array {variables} parameter when accepting application/graphql-response+json
- SHOULD use 200 status code with errors field on string {variables} parameter when accepting application/json
- SHOULD use 200 status code with errors field on number {variables} parameter when accepting application/json
- SHOULD use 200 status code with errors field on boolean {variables} parameter when accepting application/json
- SHOULD use 200 status code with errors field on array {variables} parameter when accepting application/json
- SHOULD allow map {variables} parameter when accepting application/graphql-response+json
- MUST allow map {variables} parameter when accepting application/json
- SHOULD allow URL-encoded JSON string {variables} parameter in GETs when accepting application/graphql-response+json
- MUST allow URL-encoded JSON string {variables} parameter in GETs when accepting application/json
- SHOULD use 400 status code on string {extensions} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on number {extensions} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on boolean {extensions} parameter when accepting application/graphql-response+json
- SHOULD use 400 status code on array {extensions} parameter when accepting application/graphql-response+json
- SHOULD use 200 status code with errors field on string {extensions} parameter when accepting application/json
- SHOULD use 200 status code with errors field on number {extensions} parameter when accepting application/json
- SHOULD use 200 status code with errors field on boolean {extensions} parameter when accepting application/json
- SHOULD use 200 status code with errors field on array {extensions} parameter when accepting application/json
- SHOULD allow map {extensions} parameter when accepting application/graphql-response+json
- MUST allow map {extensions} parameter when accepting application/json
- SHOULD use 200 status code on JSON parsing failure when accepting application/json
- SHOULD use 200 status code if parameters are invalid when accepting application/json
- SHOULD use 200 status code on document parsing failure when accepting application/json
- SHOULD use 200 status code on document validation failure when accepting application/json
- SHOULD use 4xx or 5xx status codes on JSON parsing failure when accepting application/graphql-response+json
- SHOULD use 400 status code on JSON parsing failure when accepting application/graphql-response+json
- SHOULD not contain the data entry on JSON parsing failure when accepting application/graphql-response+json
- SHOULD use 4xx or 5xx status codes if parameters are invalid when accepting application/graphql-response+json
- SHOULD use 400 status code if parameters are invalid when accepting application/graphql-response+json
- SHOULD not contain the data entry if parameters are invalid when accepting application/graphql-response+json
- SHOULD use 4xx or 5xx status codes on document parsing failure when accepting application/graphql-response+json
- SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json
- SHOULD not contain the data entry on document parsing failure when accepting application/graphql-response+json
- SHOULD use 4xx or 5xx status codes on document validation failure when accepting application/graphql-response+json
- SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json
- SHOULD not contain the data entry on document validation failure when accepting application/graphql-response+json