You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a wasm network plugin where I want to read a property that contains the value of an http header. I need this header so that I can know who belongs to a given stream.
The header value can be found in an http wasm filter easily like so (I get the actual api key back)
I have a wasm network plugin where I want to read a property that contains the value of an http header. I need this header so that I can know who belongs to a given stream.
The header value can be found in an http wasm filter easily like so (I get the actual api key back)
But if I put the same code in a network filter, I always get back "no value set"
The text was updated successfully, but these errors were encountered: