|
|
|
|
|
by devrandomguy
3236 days ago
|
|
Can you fake a reasonably indistinguishable 404 response for content that exists, but should not be publicly discoverable? In the validation function docs [1], there is an example of HTTP errors being thrown, I'm just not sure if there is something like a `throw({notFound: null})` option. [1] http://guide.couchdb.org/draft/validation.html |
|