-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Is your feature request related to a problem? Please describe.
Some URLs require specific HTTP request parameters.
One example is the github docs pages, for example this .md will fail:
$ cat mdtest.md
= Test =
[Github docs link](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)
$ mlc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ markup link checker - mlc v0.15.2 +
+ +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Err ] ./mdtest.md (3, 1) => https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository - 403 - Forbidden
Result (1 links):
OK 0
Skipped 0
Warnings 0
Errors 1
The following links could not be resolved:
./mdtest.md (3, 1) => https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository.
The reason is that the page requires specific HTTP headers:
community/community#14773
Describe the solution you'd like
It would be nice to have a way to specify HTTP request parameters, possibly per-URL.
Metadata
Metadata
Assignees
Labels
No labels