Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Centralized passport #8

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Centralized passport #8

wants to merge 5 commits into from

Conversation

ajlamarc
Copy link

The new "catch-all" behavior for the API on a route that starts with /hol/ (canonical for the node?) is a 400 message = "Bad Request. Make sure this path exists, and your request body is of the expected format.";.

This gets fired when accessing a nonexistent /hol/ route or when the specified route's body doesn't match what the backend expects (example, missing a required JSON field). It does not get fired when a request includes a field that does not exist, warp successfully processes those requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant