79253012

Date: 2024-12-04 23:40:55
Score: 0.5
Natty:
Report link

Try like that:

        <form action="/delete" method="POST">
            <input type="hidden" name="index" value="<%= index %>" />
            <input type="submit" value="POST IS DONE" class="donebtn" />
        </form>

Then you should a POST request to /delete with index value in the payload

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrey Smolko