Fix #197, add note about axios url encoding
This commit is contained in:
committed by
Steve Chávez
parent
3babff99b9
commit
7ccc8c4610
@@ -288,6 +288,10 @@ Here ``information.cpe`` is a column name.
|
||||
|
||||
GET /vulnerabilities?%22information.cpe%22=like.*MS* HTTP/1.1
|
||||
|
||||
.. note::
|
||||
|
||||
Some http libraries might encode URLs automatically(e.g. :code:`axios`). In these cases you should use double quotes
|
||||
:code:`""` directly instead of :code:`%22`.
|
||||
|
||||
Ordering
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user