mirror of
https://github.com/openappsec/attachment.git
synced 2025-07-16 07:24:46 +03:00
add query params
This commit is contained in:
parent
81bbf17df3
commit
10a0a440b6
@ -254,7 +254,7 @@ function nano.handle_start_transaction()
|
|||||||
local host = full_host:match("([^:]+)")
|
local host = full_host:match("([^:]+)")
|
||||||
|
|
||||||
local method = stream_info.get_method()
|
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 scheme = stream_info.get_scheme()
|
||||||
local client_ip = kong.client.get_ip()
|
local client_ip = kong.client.get_ip()
|
||||||
local client_port = kong.client.get_port()
|
local client_port = kong.client.get_port()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user