commit | 28c5f40ad6a1a0be46193a3d8b33c2d5b32aed0a | [log] [tgz] |
---|---|---|
author | Martin DOLEZ <martin@dolez.fr> | Tue Mar 28 09:06:05 2023 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 30 14:11:25 2023 +0200 |
tree | ca896220848901938091896a836cf0dcc31f78c8 | |
parent | 110e4a87333788185ab6f7ebe3092f0d215fdfe5 [diff] |
MINOR: http_fetch: Add case-insensitive argument for url_param/urlp_val This commit adds a new optional argument to smp_fetch_url_param and smp_fetch_url_param_val that makes the parameter key comparison case-insensitive. Now users can retrieve URL parameters regardless of their case, allowing to match parameters in case insensitive application. Doc was updated.