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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
in NGINX, we can define add_header rule with variable like:
location /webapp {
add_header Access-Control-Allow-Origin $http_origin;
}
but in BFE, it doesn't support variable like $http_origin now
Describe the solution you'd like
A clear and concise description of what you want to happen.
support $http_origin and other common variables in header rule
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
This discussion was converted from issue #757 on October 04, 2024 13:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
in NGINX, we can define add_header rule with variable like:
location /webapp {
add_header Access-Control-Allow-Origin $http_origin;
}
but in BFE, it doesn't support variable like $http_origin now
Describe the solution you'd like
A clear and concise description of what you want to happen.
support $http_origin and other common variables in header rule
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions