ProjectEvergreen / greenwood

Greenwood is your full-stack workbench for the web, focused on supporting modern web standards and development to help you create your next project.
https://www.greenwoodjs.io
MIT License
95 stars 9 forks source link

bug/issue 1048 handle URL encoded Netlify form params #1148

Closed thescientist13 closed 10 months ago

thescientist13 commented 10 months ago

Related Issue

relates to #1048

Upon testing https://github.com/ProjectEvergreen/greenwood-demo-adapter-netlify/pull/9, saw that Netlify was providing form data as key=value for body Screen Shot 2023-08-26 at 8 48 21 PM Screen Shot 2023-08-26 at 8 48 32 PM

Summary of Changes

  1. Match how Netlify provides application/x-www-form-urlencoded params
  2. Updated test case accordingly