I know that if a form is with GET method, I can take "name" parameter from an input element and use it as a parameter in URL.
Example: https://www.google.com/search?q=form
This form has:
<input name="q">
Question: for a form with POST method is it possible to fill input fields from a browser's address bar?