Skip to content

Markdown links checker keeps failing with 403s on docs.github.comย #260

@andyblundell

Description

@andyblundell

These are false negatives - it seems to be that docs.github now requires specific headers or it rejects with 403. Adding this to the checker's config file (rather than excluding the links in question from the check) might fix this

"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions