mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Remove extra header
This commit is contained in:
parent
80cc58de02
commit
2a882eb39f
1 changed files with 0 additions and 2 deletions
|
|
@ -9,8 +9,6 @@ require "lua_utils"
|
|||
local rest_utils = require("rest_utils")
|
||||
local recording_utils = require "recording_utils"
|
||||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
||||
--
|
||||
-- Schedule pcap extraction
|
||||
-- Example: curl -u admin:admin -H "Content-Type: application/json" -d '{"ifid": "1", "epoch_begin": 1709888000, "epoch_end": 1709888100, "bpf_filter": ""}' http://localhost:3000/lua/rest/v2/create/pcap/extraction/task.lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue