Re: httpd header macros
Rafael Sadowski <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On Mon Aug 24, 2026 at 09:01:11AM +0200, prx wrote: > Hello, > > The new "header" instruction in httpd.conf is very handy, thank you very > much for this! > > However, when I tried to set an "Onion-Location" header, I found macros > aren't supported. > > ``` > header set "Onion-Location" "http://foo.onion$REQUEST_URI" > ``` > > $REQUEST_URI is not expanded. > > Do I misunderstand something ? > > regards > No you don't. Macros are not yet supported. I'll have a look and think about this request. Thanks for the report.