Can you use cookies with the http_response plugin in telegraf

Using the http_response plugin is showing additional users in our application. Is it possible to configure http_response plugin to write/read cookies to prevent new sessions appearing.

For example in curl we can use:

curl -b cookie.txt -c cookie.txt “http://url

Which will read/write session variables (JSESSIONID) and thus the requests will only appear as a single user.

We don’t have support for that now but it’s a good idea, you could open a new issue?