helix-cli icon indicating copy to clipboard operation
helix-cli copied to clipboard

Support authentication in import server

Open bpauli opened this issue 1 year ago • 0 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

bpauli avatar May 15 '24 18:05 bpauli