mirror of
https://github.com/openappsec/attachment.git
synced 2025-11-15 17:02:15 +03:00
add query params
This commit is contained in:
@@ -254,7 +254,7 @@ function nano.handle_start_transaction()
|
||||
local host = full_host:match("([^:]+)")
|
||||
|
||||
local method = stream_info.get_method()
|
||||
local uri = stream_info.get_path()
|
||||
local uri = stream_info.get_path_with_query()
|
||||
local scheme = stream_info.get_scheme()
|
||||
local client_ip = kong.client.get_ip()
|
||||
local client_port = kong.client.get_port()
|
||||
|
||||
Reference in New Issue
Block a user