Skip to content
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

Kagi blog website responds to HEAD requests for valid URLs with 404 #201

Open
otherjoel opened this issue Sep 26, 2023 · 0 comments
Open
Labels
product:kagi_search Related to Kagi Search documentation status:needs_review This issue needs review by a Staff member.

Comments

@otherjoel
Copy link

Relevant Page(s)

https://blog.kagi.com/blog — example of an affected URL

In fact, all URL paths at blog.kagi.com except for / exhibit this issue.

Description

A GET request to https://blog.kagi.com/blog returns HTTP 200 OK.
A HEAD request to the same URL returns HTTP 404 Not Found.

This is a broken situation; a HEAD request needs to return the headers/response codes that would be sent in response to a GET request for the same URL.

I discovered this from my email newsletter tool, which, before sending a newsletter, checks for broken links using HEAD requests to save bandwidth. All the links/URLs from blog.kagi.com were reported as broken.

I tried to find a better place to report this issue, but could not find one. The blog doesn’t appear to have its own public repo.

@otherjoel otherjoel added product:kagi_search Related to Kagi Search documentation status:needs_review This issue needs review by a Staff member. labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product:kagi_search Related to Kagi Search documentation status:needs_review This issue needs review by a Staff member.
Projects
None yet
Development

No branches or pull requests

1 participant