Add Header Debug Output

This commit is contained in:
René Linder 2024-12-30 14:35:11 +01:00
parent a705a62ad2
commit 95257b5d23

View file

@ -734,7 +734,11 @@ Module lhs_web
configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\KillTime = Second(Date()) + configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\TTL
EndIf
ldl::Logging("Header Map fields:")
ForEach(Header())
ldl::Logging("Field:["+MapKey(Header())+"] and content:["+Header()+"]")
Next
ldl::Logging("Header Map fields finished.")
Select Header(#http_head_method)
Case #http_method_get
;********************************