https://bugzilla.wikimedia.org/show_bug.cgi?id=41847

--- Comment #13 from MZMcBride <[email protected]> ---
Something funky is definitely going on here, but I don't think bits is to
blame.

Right now, I'm focused on a tangential issue: when you request a non-existent
page, there's a 200 response code from the Wikidata domains, not a 404 response
code as there should be.

Compare:

$ curl -Is 'http://en.wikipedia.org/wiki/This_should_return_a_404' | head -1
HTTP/1.0 404 Not Found

$ curl -Is 'http://zh.wikisource.org/wiki/This_should_return_a_404' | head -1
HTTP/1.0 404 Not Found

$ curl -Is 'http://www.wikidata.org/wiki/This_should_return_a_404' | head -1
HTTP/1.0 200 OK

$ curl -Is 'http://wikidata.org/wiki/This_should_return_a_404' | head -1
HTTP/1.0 200 OK

We can see that en.wikipedia.org and zh.wikisource.org properly return a 404,
but www.wikidata.org and wikidata.org return a 200. This is wrong.

I'd generally say that these response codes are the subject of a separate bug,
but I'm betting that solving this issue (this symptom) will lead to the
resolution of this bug. If someone can prove otherwise, feel free to split the
bug. :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to