We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78dbdf commit 0e477feCopy full SHA for 0e477fe
src/audits/server.ts
@@ -191,7 +191,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
191
// Request POST
192
audit(
193
'9ABE',
194
- 'MAY respond with 4xx status code if content-type is not supplied on POST requests',
+ 'SHOULD respond with 4xx status code if content-type is not supplied on POST requests',
195
async () => {
196
const res = await fetchFn(await getUrl(opts.url), {
197
method: 'POST',
0 commit comments