@@ -2,9 +2,9 @@ _* This report was auto-generated by graphql-http_
22
33# GraphQL over HTTP audit report
44
5- - ** 79 ** audits in total
5+ - ** 78 ** audits in total
66- ✅ ** 35** pass
7- - ⚠️ ** 44 ** warnings (optional)
7+ - ⚠️ ** 43 ** warnings (optional)
88
99## Passing
10101 . MUST accept application/json and match the content-type
@@ -796,27 +796,7 @@ The server _SHOULD_ support these, but is not required.
796796 ```
797797 </details>
798798
799- 38 . SHOULD not contain the data entry on JSON parsing failure when accepting application/graphql-response+json<br />
800-
801- <details>
802- <summary>Response body is not valid JSON</summary>
803-
804- ```json
805- {
806- "statusText" : " Not Acceptable" ,
807- "status" : 406 ,
808- "headers" : {
809- "vary" : " Accept-Encoding" ,
810- "date" : " <timestamp>" ,
811- "content-type" : " text/plain;charset=UTF-8" ,
812- "content-length" : " 14"
813- },
814- "body" : null
815- }
816- ```
817- </details>
818-
819- 39 . SHOULD use 400 status code if parameters are invalid when accepting application/graphql-response+json<br />
799+ 38 . SHOULD use 400 status code if parameters are invalid when accepting application/graphql-response+json<br />
820800
821801 <details>
822802 <summary>Response status code is not 400</summary>
@@ -836,7 +816,7 @@ The server _SHOULD_ support these, but is not required.
836816 ```
837817 </details>
838818
839- 40 . SHOULD not contain the data entry if parameters are invalid when accepting application/graphql-response+json<br />
819+ 39 . SHOULD not contain the data entry if parameters are invalid when accepting application/graphql-response+json<br />
840820
841821 <details>
842822 <summary>Response body is not valid JSON</summary>
@@ -856,7 +836,7 @@ The server _SHOULD_ support these, but is not required.
856836 ```
857837 </details>
858838
859- 41 . SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json<br />
839+ 40 . SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json<br />
860840
861841 <details>
862842 <summary>Response status code is not 400</summary>
@@ -876,7 +856,7 @@ The server _SHOULD_ support these, but is not required.
876856 ```
877857 </details>
878858
879- 42 . SHOULD not contain the data entry on document parsing failure when accepting application/graphql-response+json<br />
859+ 41 . SHOULD not contain the data entry on document parsing failure when accepting application/graphql-response+json<br />
880860
881861 <details>
882862 <summary>Response body is not valid JSON</summary>
@@ -896,7 +876,7 @@ The server _SHOULD_ support these, but is not required.
896876 ```
897877 </details>
898878
899- 43 . SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json<br />
879+ 42 . SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json<br />
900880
901881 <details>
902882 <summary>Response status code is not 400</summary>
@@ -916,7 +896,7 @@ The server _SHOULD_ support these, but is not required.
916896 ```
917897 </details>
918898
919- 44 . SHOULD not contain the data entry on document validation failure when accepting application/graphql-response+json<br />
899+ 43 . SHOULD not contain the data entry on document validation failure when accepting application/graphql-response+json<br />
920900
921901 <details>
922902 <summary>Response body is not valid JSON</summary>
0 commit comments