-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for headers in TOML #1507
Comments
Have you tried this? headers = ["Host=something.com"] |
You might be running into #1441 (comment) |
I've tried Maybe related to #1441, I am reading a list of links from a local file and sending a custom header. |
I'm beginning to think header parsing from the config is broken. Maybe it never worked. |
I've just come across this - I think you have to specify
in the .toml the documentation has
(Note plural) |
Aha! Thanks for the feedback. Would you like to open a pull request to fix the documentation? |
The CLI argument works (
--header "Host=something.com"
)I cannot find anywhere in the documentation that shows how to put this into the
lychee.toml
In the example it just shows
headers = []
which is not helpful.The text was updated successfully, but these errors were encountered: