79417905

Date: 2025-02-06 12:31:04
Score: 1.5
Natty:
Report link

After some experimentation, I realised that the data is sent as form data, and the way to extract it on the back-end in an Astro endpoint is with

data = await request.formData();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: timebandit