Skip to content

Accessing a resource where the user doesn't have access should return 404 #40

@jhnns

Description

@jhnns

It's best practice to not leak the existence of a resource by returning 403 when the resource has been found. It's better to just return 404 so that you can't guess ids. The testing tool should either enforce this or make it configurable if it's actually desired.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions