2024/04/15 15:33:41 ...eb/routing/logger.go:102:func1() [I] router: completed POST /admin/users for 172.16.60.93:61303, 405 Method Not Allowed in 0.4ms @ web/goget.go ...
When a request is made to a URL with a typo in it, Spring returns a 404 Not Found for GET and HEAD, a 200 OK for OPTIONS, and a 405 Method Not Supported for the other HTTP methods. I've tried to find ...