Replies: 1 comment 3 replies
-
The question is quite open, and is debated in other servers as well: hapijs/hapi#4397 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have two services: one on Axum and another one on Actix.
In actix when browser sends
Options
request to non existent route, server returns 200 when on Axum situation a bit different - it returns 404 instead.This is my axum's router configuration:
The main question: is it right or no? Should it be fixed/How to configure this?
axum version
0.8.1
Beta Was this translation helpful? Give feedback.
All reactions