| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Attempted to solve the problem where the 404 error is cached source code.tar.gz | 2025-03-27 | 1.4 MB | |
| Attempted to solve the problem where the 404 error is cached source code.zip | 2025-03-27 | 1.4 MB | |
| README.md | 2025-03-27 | 285 Bytes | |
| Totals: 3 Items | 2.9 MB | 0 | |
Cloudflare, apparently, caches the server response whenever it is 200 OK. That doesn't quite work well in case the server responds with a "Not found" error, but still sets the HTTP header to 200. So, I tried to improve the cache behaviour by setting the HTTP response codes properly.