Mobile app version of vmapp.org
Login or Join
Tiffany637

: Is there a free service for echoing back POST-ed or GET-ed data? I'm designing a programming exercise where students need to construct an HTML form. They are not ready for building the form

@Tiffany637

Posted in: #Forms

I'm designing a programming exercise where students need to construct an HTML form.

They are not ready for building the form receiver themselves, but it would be nice, if they could put something meaningful to form's action attribute.

Do you know a web service, which just lists the data that was sent to it (either by GET or POST)?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

You can use www.hashemian.com/tools/form-post-tester.php. In order to make it work your students would need to set the action parameter to that URL and the method to POST. When they submit their forms the utility will display the posted data in a raw format.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme