Skip to content

HTTP Status Code Above 500 #1754

@philipborbon

Description

@philipborbon

This line does not allow status code above 500.

if ($statusCode < 100 || $statusCode > 500) {

There's a whole range of status codes above 500.

What could be the reason 500+ is not allowed? 100 - 599 seems plausible.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions