79336169

Date: 2025-01-07 13:31:37
Score: 3
Natty:
Report link

The behaviour @Tuilip experienced is because of relative path in form action attribute. Relative path in action will always replace anything after the last slash in url.

example: url is "/items/123" and form action is "delete" result will be "items/delete"

if url is "/items/123/" result will be "items/123/delete"

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @Tuilip
  • Low reputation (1):
Posted by: PeterFrom80s