dorasto / doras-deprecated

The main doras.to website
https://doras.to
6 stars 1 forks source link

`404` pages are `200` response #78

Closed tommerty closed 9 months ago

tommerty commented 10 months ago

Brief Overview

404s aren't 404s

Expanded Description

If you go to a page that doesn't exist (https://doras.to/asdasd) you get this response:

https://doras.to/asdasd
200: HTTP/1.1 200

It shouldn't report a success on a 404 and might lead to some false positives

Which site is this issue on?

doras.to (Main Site) including on a users profile

What browsers are you seeing the problem on (if applicable)?

No response

tommerty commented 9 months ago

Resolved with move to NextJS