Missing HTTP_ prefix for header meta variable in REQUEST
This commit is contained in:
@@ -64,7 +64,7 @@ feature -- Request processing
|
|||||||
until
|
until
|
||||||
a_headers_map.after
|
a_headers_map.after
|
||||||
loop
|
loop
|
||||||
vn := a_headers_map.key_for_iteration.as_upper
|
vn := "HTTP_" + a_headers_map.key_for_iteration.as_upper
|
||||||
vn.replace_substring_all ("-", "_")
|
vn.replace_substring_all ("-", "_")
|
||||||
add_environment_variable (a_headers_map.item_for_iteration, vn, env)
|
add_environment_variable (a_headers_map.item_for_iteration, vn, env)
|
||||||
a_headers_map.forth
|
a_headers_map.forth
|
||||||
|
|||||||
Reference in New Issue
Block a user