mirror of
https://github.com/searxng/searxng.git
synced 2025-09-04 09:18:34 +02:00
[fix] typo in the docs about HTML method POST versus GET
This commit is contained in:
parent
71f90755c4
commit
90e602b349
1 changed files with 5 additions and 4 deletions
|
@ -56,17 +56,18 @@
|
||||||
.. _method:
|
.. _method:
|
||||||
|
|
||||||
``method`` : ``GET`` | ``POST``
|
``method`` : ``GET`` | ``POST``
|
||||||
|
|
||||||
HTTP method. By defaults ``POST`` is used / The ``POST`` method has the
|
HTTP method. By defaults ``POST`` is used / The ``POST`` method has the
|
||||||
advantage with some WEB browsers that the history is not easy to read, but
|
advantage with some WEB browsers that the history is not easy to read, but
|
||||||
there are also various disadvantages that sometimes **severely restrict the
|
there are also various disadvantages that sometimes **severely restrict the
|
||||||
ease of use for the end user** (e.g. back button to jump back to the previous
|
ease of use for the end user** (e.g. back button to jump back to the previous
|
||||||
search page and drag & drop of search term to new tabs do not work as
|
search page and drag & drop of search term to new tabs do not work as
|
||||||
expected .. and several more). We had a lot of long discussions about the
|
expected .. and several more). We had some discussions about the *pros
|
||||||
*pros v2 cons*:
|
versus cons*:
|
||||||
|
|
||||||
- `set HTTP GET method by default
|
- `[doc] adds the missing documentation of the server.method settings
|
||||||
<https://github.com/searxng/searxng/pull/3619>`__
|
<https://github.com/searxng/searxng/pull/3619>`__
|
||||||
- `http methods GET & POST
|
- look out for `label:"http methods GET & POST"
|
||||||
<https://github.com/search?q=repo%3Asearxng%2Fsearxng+label%3A%22http+methods+GET+%26+POST%22>`__
|
<https://github.com/search?q=repo%3Asearxng%2Fsearxng+label%3A%22http+methods+GET+%26+POST%22>`__
|
||||||
|
|
||||||
.. _HTTP headers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
|
.. _HTTP headers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue