···11+---
22+title: Request assertions
33+description:
44+ Not all requests should return a 200 status code. You can now assert on the
55+ status code, headers of your requests.
66+publishedAt: 2024-04-01
77+image: /assets/changelog/request-assertions.png
88+---
99+1010+Not all requests should return a 200 status code to be successful. Sometimes you
1111+want to assert on the status code of a request. For example, you might want to
1212+check that a request returns a 404 status code when a resource is not found.
1313+1414+You can now do this with OpenStatus when you configure your monitor.