Fix #197, add note about axios url encoding

This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent 3babff99b9
commit 7ccc8c4610
+4
View File
@@ -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
--------