bfe icon indicating copy to clipboard operation
bfe copied to clipboard

Support variable in mod_header rule

Open dblate opened this issue 4 years ago • 0 comments

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.

dblate avatar Jun 07 '21 06:06 dblate