vipulnaik / us-visa-process-issues

0 stars 0 forks source link

Some US Travel Docs help pages render fine but return a 404 status, preventing them from being added to Chrome browsing history or surfacing in Google Search results #1

Open vipulnaik opened 8 months ago

vipulnaik commented 8 months ago

Description of the problem

Several pages under https://www.ustraveldocs.com/in/en/ return a 404 status, even though the pages render fine in the browser.

Here are some example pages:

To verify, load the page in Chrome with a tab that has Chrome Developer Tools open prior to loading the page. Note the status column:

Screenshot 2024-07-12 at 10 02 49 PM

Alternatively, run curl -I from a terminal to get the headers:

# curl -I https://www.ustraveldocs.com/in/en/221g 
HTTP/1.1 404 Not Found
Connection: keep-alive
x-amz-error-code: NoSuchKey
x-amz-error-message: The specified key does not exist.
x-amz-error-detail-Key: in/en/221g
Date: Tue, 12 Mar 2024 12:57:47 GMT
Server: AmazonS3
X-Cache: Error from cloudfront
Via: 1.1 137bec9e1094fee1ab695b0040678dda.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MAA51-C1
X-Amz-Cf-Id: H_Hq94KnMeTyhkmOhArWeIMFBOnJ3d49leCHNWiNjDtUtChKyZzTxQ==

Impact of the problem

Start time of the problem

The start time is not known. The problem was noticed by @vipulnaik on 2024-03-07 and continued to be an issue as of 2024-03-12.

Last seen date

@vipulnaik last checked on 2024-10-16 and found that the problem was still present.