You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I use the Slash handler provided by Reitit library to remove the trailing / of any URL. This works with the help of HTTP 308 redirect. When trying to do the request using the PATCH HTTP method, I discovered that the :redirect-strategy setting is ignored. I receive the same request result with 308 status as if there was no redirect strategy set. The same happens for the PUT request. However, POST request to the very same address is handled correctly.
The text was updated successfully, but these errors were encountered:
In my project, I use the Slash handler provided by Reitit library to remove the trailing
/
of any URL. This works with the help of HTTP308
redirect. When trying to do the request using thePATCH
HTTP method, I discovered that the:redirect-strategy
setting is ignored. I receive the same request result with 308 status as if there was no redirect strategy set. The same happens for thePUT
request. However,POST
request to the very same address is handled correctly.The text was updated successfully, but these errors were encountered: