Use GET instead of POST in nmap example
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
kroute add -X POST '/list/{ip}' -c 'nmap -sL $(request /match/ip) | response /body'
|
||||
kroute add -X GET '/list/{ip}' -c 'nmap -sL $(request /match/ip) | response /body'
|
||||
|
||||
Reference in New Issue
Block a user