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

Problem with HTTP only websites #84

Open
MikeZeDev opened this issue Jan 28, 2023 · 2 comments
Open

Problem with HTTP only websites #84

MikeZeDev opened this issue Jan 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@MikeZeDev
Copy link
Contributor

MikeZeDev commented Jan 28, 2023

So i was porting another legacy website .

  1. trying to fetch manga pages for GNTAI.net (NSFW)
  2. website is http only
  3. First page is http://www.gntai.net/page/1 which get redirected to http://www.gntai.net/ (doesnt mater as it happends on other pages too)
  4. On Firefox no problem (i have to click to allow http but it works). In Haruneko, it keeps trying to fetch the httpS url which doesnt exists
  5. Too many redirections => error

image

Happened on other websites i tried to port too.

@ronny1982
Copy link
Contributor

Not sure if HTTP support is a priority, especially with Google pushing to drop HTTP support in Chrome browser
As of writing, the website did not load in Edge 109.0.1518.52 => Too many redirects

@MikeZeDev
Copy link
Contributor Author

Np pb. I mentioned it just in case. I thought its something like a flag to set to change inner browser behavior.

@MikeZeDev MikeZeDev added the bug Something isn't working label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants