Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Bad footer link #143

Closed
michaelcpuckett opened this issue Nov 5, 2016 · 7 comments · Fixed by #163
Closed

Bad footer link #143

michaelcpuckett opened this issue Nov 5, 2016 · 7 comments · Fixed by #163

Comments

@michaelcpuckett
Copy link

michaelcpuckett commented Nov 5, 2016

When I just checked the footer link for GSA, it goes to https://gsa.gov/ but that is a forbidden page. I think it should instead link to https://www.gsa.gov - or whoever hosts that website should be notified and advised to add a redirect or similar.

@bodnarbm
Copy link
Contributor

bodnarbm commented Nov 6, 2016

This might have been fixed already since this issue was posted. https://gsa.gov/ appears to resolve correctly.

$ curl -I https://gsa.gov/
HTTP/1.1 302 Found
Server: Apache-Coyote/1.1
Date: Sun, 06 Nov 2016 15:06:54 GMT
Location: /portal/category/100000
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Frame-Options: SAMEORIGIN

Also worked when I clicked on the footer link directly in Chrome and Safari.

@michaelcpuckett
Copy link
Author

Wow, weird. It's doesn't work over wifi on my MacBook or LTE on my iPhone. Are you perhaps using a government network? If not, could just be me...

$ curl -I https://gsa.gov/
HTTP/1.1 403 Forbidden
Date: Sun, 06 Nov 2016 15:16:23 GMT
Server: Apache/2.2.27.0 (Unix) vFabric/5.3.4 mod_ssl/2.2.27.0 OpenSSL/1.0.1g-fips DAV/2
X-Frame-Options: SAMEORIGIN
Content-Type: text/html; charset=iso-8859-1

@bodnarbm
Copy link
Contributor

bodnarbm commented Nov 6, 2016

Weird. I was on my home network before when testing and it worked, but just tried on my iPhone off wifi and got the same 403.

So something somewhere is wrong.

@lukad03
Copy link
Contributor

lukad03 commented Nov 7, 2016

@michaelcpuckett It seems like this is an error on GSA's side, but that www.gsa.gov will resolve more consistently for folks. Can you verify that www works as expected?

@michaelcpuckett
Copy link
Author

Yes, it works for me with www subdomain.
On Mon, Nov 7, 2016 at 9:13 AM Luke Keller notifications@github.com wrote:

@michaelcpuckett https://github.com/michaelcpuckett It seems like this
is an error on GSA's side, but that www.gsa.gov will resolve more
consistently for folks. Can you verify that www works as expected?


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#143 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABHjyIp-Us64FRdIZZy4J7YIiHmsudcFks5q7zH8gaJpZM4KqU8r
.

@uncompiled
Copy link

FWIW, https://gsa.gov works for me right now.

▶ httpstat -k https://gsa.gov

HTTP/2.0 302 Found
Server: Apache-Coyote/1.1
Content-Length: 0
Date: Mon, 07 Nov 2016 14:49:55 GMT
Location: /portal/category/100000

It looks like www.gsa.gov is CNAMEd to another record that has two A records attached to it. That might be more reliable.

@konklone
Copy link

konklone commented Nov 7, 2016

GSA is still in-process of migrating to HTTPS, it's not a default or advertised feature yet. So I would revert the link to http://www.gsa.gov or http://gsa.gov for now.

lukad03 added a commit that referenced this issue Nov 7, 2016
Add `www` subdomain to GSA link to fix errors with HTTPS on GSA's side.

* Add `www` subdomain to GSA link

Fixes #143
BalajiJBcs pushed a commit to BalajiJBcs/code-gov-web that referenced this issue Jan 3, 2018
Add `www` subdomain to GSA link to fix errors with HTTPS on GSA's side.

* Add `www` subdomain to GSA link

Fixes GSA#143
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants