It is possible to use a HTML anchor link...
<a href="foo?bar=baz">link</a>
...to produce a GET request to foo
with query params bar=baz
.
Is it also possible to write the anchor link in such a way that it produces a POST request to foo
with the params bar=baz
encoded in the HTTP request body (like a form with method POST does) ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…