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 need to add some information to the response header, and the added information depends on values from the request header. I’m considering using context to pass data, but I couldn’t find a function to get the ctx.
Environment
APISIX version (run apisix version): v3.11
The text was updated successfully, but these errors were encountered:
@Baoyuantop The values I need to add depend on the request endpoint and certain request headers. For example, whitelisted endpoints don’t require this header to be added.
Description
I need to add some information to the response header, and the added information depends on values from the request header. I’m considering using context to pass data, but I couldn’t find a function to get the ctx.
Environment
apisix version
): v3.11The text was updated successfully, but these errors were encountered: