Skip to content

requireHeader Pipeline Helper Returning Http 404 #363

@scorelocity

Description

@scorelocity

I'm using the requireHeader pipeline helper in Program.fs in the following way:

let headerPipe = pipeline {
   plug (requireHeader apiKeyName apiKeyValue) // where apiKeyName and apiKeyValue are retrieved from environment varialbes
}

let app = application {
   pipe_through headerPipe
.
.
.
}

This returns an http 404 Not Found when the correct header is not provided in the request. Is there a way to change this to return http 401 Unauthorized? Is there a better way in Saturn to require a particular api key in a header?

If this is more appropriately asked in Discussions, I'd be happy to move it there.

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