Cannot pull up Delta.com on Chrome
#1
Original Poster




Join Date: Jan 2000
Location: ATL - DL Lifetime Diamond/3MM - HH Lifetime Diamond - Marriott Lifetime Plat
Posts: 3,150
Cannot pull up Delta.com on Chrome
I've tried on 2 different computers and I can't get the web site to pull up on Chrome. The screen says
"Cannot GET /home/index.jsp"
I am able to log in on IE. Anyone else having this problem?
"Cannot GET /home/index.jsp"
I am able to log in on IE. Anyone else having this problem?
#2
FlyerTalk Evangelist




Join Date: Nov 2009
Location: SEA the REAL Washington; occasionally in the other Washington (DCA area)
Programs: AS MVPG 100K (Atmos Titanium) / 0.5MM; DL fallen PM (1.58MM = Complimentary Annual GM); AA Gold
Posts: 24,510
it was ok for me earlier this afternoon
#3


Join Date: Jul 2017
Location: SFO/SJC
Programs: Alaska AT | Delta MM/DM | Hyatt Globalist
Posts: 179
#4
FlyerTalk Evangelist




Join Date: Jul 2003
Location: KARB
Programs: DL 2MM
Posts: 27,001
Try www.delta.com instead (or https://www.delta.com as that is where you will ultimately be redirected). The web site is behind Akamai, but the A record for delta.com goes to a host at Verisign (216.87.148.114) instead of Akamai. I'm getting an error, but it's of a different variety (Bad Request ). When a browser is used to go to a website, it will try to fetch http://<website>/favicon.ico to get an icon to associate with the site. But http://delta.com/favicon.ico is generating a 400 Bad Request response, and Chrome doesn't get around to getting the redirect from Versign to go to https://www.delta.com and immediately errors out with the "Bad Request" response.
You can see this when you go to "Developer Tools" under More Tools in Chrome (cntl+shft+I) and select the Console
It's basically a race condition between getting the redirect URL and trying to fetch the favicon.ico icon. If you take the redirect first, the icon fetch will go to https://www.delta.com/favicon.ico which works. But if you try to do the icon lookup before the redirect, your browser will try to get http://delta.com/favicon.ico first and fail before getting around to acting on the redirect. Other browsers take the redirect first and fetch the icon from the correct URL.
You can see this when you go to "Developer Tools" under More Tools in Chrome (cntl+shft+I) and select the Console
It's basically a race condition between getting the redirect URL and trying to fetch the favicon.ico icon. If you take the redirect first, the icon fetch will go to https://www.delta.com/favicon.ico which works. But if you try to do the icon lookup before the redirect, your browser will try to get http://delta.com/favicon.ico first and fail before getting around to acting on the redirect. Other browsers take the redirect first and fetch the icon from the correct URL.
Last edited by xliioper; May 9, 2018 at 7:55 pm

