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

"Get set up" redirects to http://flatpak.org:8080/setup #545

Closed
j8r opened this issue Jun 10, 2022 · 1 comment
Closed

"Get set up" redirects to http://flatpak.org:8080/setup #545

j8r opened this issue Jun 10, 2022 · 1 comment

Comments

@j8r
Copy link

j8r commented Jun 10, 2022

Similar to flathub-infra/linux-store-frontend#326, at flatpak.org, clicking on the "Get set up" button redirects to http://flatpak.org:8080/setup, which is invalid.

@barthalion
Copy link
Member

Fixed via 7ec90df:

[bpiotrowski@risuku ~]$ curl -I https://flatpak.org/setup
HTTP/2 301 
server: nginx/1.22.0
date: Fri, 10 Jun 2022 17:17:21 GMT
content-type: text/html
content-length: 169
location: /setup/
set-cookie: cf6607f217959fc7bf591a2ee7cb0a84=341c9c727eb799a4e73d32e47f32f2ed; path=/; HttpOnly; Secure; SameSite=None
cache-control: private

[bpiotrowski@risuku ~]$ curl -I https://flatpak.org/setup/
HTTP/2 200 
server: nginx/1.22.0
date: Fri, 10 Jun 2022 17:17:23 GMT
content-type: text/html
content-length: 16888
last-modified: Wed, 08 Jun 2022 12:37:01 GMT
vary: Accept-Encoding
etag: "62a097ed-41f8"
accept-ranges: bytes
set-cookie: cf6607f217959fc7bf591a2ee7cb0a84=341c9c727eb799a4e73d32e47f32f2ed; path=/; HttpOnly; Secure; SameSite=None
cache-control: private

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants