On Mon, 2018-07-02 at 17:18 +0300, IL Ka wrote: > >>What's the appropriate way to let the browser > >> know it should open it in Acrobat > See "Content-Disposition" header. > https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Dis > position > > It tells client to download document or open it inline.
Thanks, how do I translate this info into something httpd can use? /jl

