mardi 7 mai 2019

How can I go from the html snippet to the dev tools snap in a web browser?

From https://dev.to/sidthesloth92/understanding-html-form-encoding-url-encoded-and-multipart-forms-3lpa

<form action="/urlencoded?firstname=sid slayer&lastname=sloth" method="POST" enctype="application/x-www-form-urlencoded">
    <input type="text" name="username" value="sid the sloth"/>
    <input type="text" name="password" value="slothsecret"/>
    <input type="submit" value="Submit" />
</form>

Now try to submit the form and see how the form fields are transferred in the dev tools. Here is a dev tools snap in Chrome.

enter image description here

How can I go from the html snippet to the dev tools snap

  • in Chrome, and

  • in Firfox?

Thanks.




Aucun commentaire:

Enregistrer un commentaire