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

No redirection on email.seznam.cz #16

Closed
pepalogik opened this issue May 13, 2015 · 4 comments
Closed

No redirection on email.seznam.cz #16

pepalogik opened this issue May 13, 2015 · 4 comments

Comments

@pepalogik
Copy link

Other browsers redirect http://email.seznam.cz/ to https://login.szn.cz/?returnURL=https%3a%2f%2femail.seznam.cz%2f&serviceId=email , Fifth does not.

@clbr
Copy link
Owner

clbr commented May 13, 2015 via email

@pepalogik
Copy link
Author

In general, it can be a security issue, because the second page is secured (HTTPS) while the first one is not. In this specific case, the problem is rather cosmetic, because the login form leads to a secured page (<form action="https://login.szn.cz/loginProcess" method="post">), so the password should be sent encrypted anyway. But I think that the redirection should always work. Look what wget does:

--2015-05-14 11:52:53--  http://email.seznam.cz/
Resolving email.seznam.cz (email.seznam.cz)... 77.75.78.150
Connecting to email.seznam.cz (email.seznam.cz)|77.75.78.150|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://email.seznam.cz/? [following]
--2015-05-14 11:52:53--  https://email.seznam.cz/?
Connecting to email.seznam.cz (email.seznam.cz)|77.75.78.150|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://login.szn.cz/?returnURL=https%3a%2f%2femail.seznam.cz%2f&serviceId=email [following]
--2015-05-14 11:52:53--  https://login.szn.cz/?returnURL=https%3a%2f%2femail.seznam.cz%2f&serviceId=email
Resolving login.szn.cz (login.szn.cz)... 77.75.78.55, 2a02:598:2::55
Connecting to login.szn.cz (login.szn.cz)|77.75.78.55|:443... connected.
HTTP request sent, awaiting response... 200 OK
Cookie coming from login.szn.cz attempted to set domain to szn.cz
Cookie coming from login.szn.cz attempted to set domain to szn.cz
Length: unspecified [text/html]
Saving to: 'index.html'

@clbr
Copy link
Owner

clbr commented May 14, 2015 via email

@clbr
Copy link
Owner

clbr commented May 14, 2015

Fixed in webkitfltk. Indeed only an UI/cosmetic issue.

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