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
So I have a use case where I want to read a request body , take out a key and use it's value to update the headers before sending request to the upstream.But problem with proxy wasm is once request is passed to on_http_request_body function, I cannot update headers. Can someone help me with how I can work around this( I don't want to use lua).
The text was updated successfully, but these errors were encountered:
So I have a use case where I want to read a request body , take out a key and use it's value to update the headers before sending request to the upstream.But problem with proxy wasm is once request is passed to on_http_request_body function, I cannot update headers. Can someone help me with how I can work around this( I don't want to use lua).
The text was updated successfully, but these errors were encountered: