adobe / helix-cli

Command-line tools for developing with AEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support authentication in import server

bpauli opened this issue · comments

At the moment, it is not possible to add a custom header with cookie information to authenticate against a page that should be imported because the HelixImportServer removes the header.cookie information in [1]

It would be nice to have the possibility to add a custom header with cookie information to authenticate.

[1] https://github.com/adobe/helix-cli/blob/main/src/server/HelixImportServer.js#L99