✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Koja će biti vrijednost Content-Type headera u zahtjevu koji se uputi kada se klikne na submit dugme:
<form action="http://localhost:8080" method="POST">
<input type="text" id="a" value="b">
<input type="text" name="b" value="c">
<input type="submit">
</form>