ExchangeBC / devex

This was the original Mean app for the BC Developers' Exchange. It has been superseded by two products, github.com/bcgov/digital_marketplace and github.com/bcgov/bcdevexchange.
Apache License 2.0
26 stars 41 forks source link

page not found returns code 200 instead of 404 #356

Open MonicaG opened 6 years ago

MonicaG commented 6 years ago

When I go to a page that does not exist a status code of 200 is returned instead of 404.

For example: https://bcdevexchange.org/bad-request will return a code of 200 instead of 404. Could the website be updated to return 404 for non-existing pages.

Thank you.

mark-a-wilson commented 6 years ago

Thank you for alerting us to this, @MonicaG