Welcome Guest, Not a member yet? Register   Sign In
when I set routes with add and post, It's not work
#3

Using `add` will make the route available across ALL verbs (get, post, etc). It is always better to specify the exact verb you want used so that there's no unintended actions happening when a different verb gets used. While there's a very small chance that could form a security issue, it does cause issues like you were just seeing, also.
Reply


Messages In This Thread
RE: when I set routes with add and post, It's not work - by kilishan - 09-07-2021, 12:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB