twinstone / tdi

Turbocharged DOM Infusion
Apache License 2.0
6 stars 1 forks source link

Do not use FormData with GET forms #25

Closed centi closed 7 years ago

centi commented 7 years ago

FormData should not be used when sending a form using a GET method. We should serialise the form contents instead.