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

Multiple issues i ran into #1

Open
Slluxx opened this issue Feb 8, 2019 · 0 comments
Open

Multiple issues i ran into #1

Slluxx opened this issue Feb 8, 2019 · 0 comments

Comments

@Slluxx
Copy link

Slluxx commented Feb 8, 2019

  • everything besides the actual site is not requested with the port so does not display
    a fix would be adding the port to theline which alters the request urls
    return ` ${p1}="${req.protocol}://${req.hostname}:${port}?url=${newUrl}"`;

  • encoding does not seem right
    i used "iso88592" and data = iso88592.decode(data.toString('binary')); to decode the content but that does not seem to work always

  • google and many other sites dont use their full url to redirect but only use /?searchquery=something which does not get processed by express and axios.

It would be awesome if you could spend a few minutes and update this repository!

@Slluxx Slluxx changed the title Multiple issues i ran in to Multiple issues i ran into Feb 8, 2019
@JHK JHK mentioned this issue Mar 2, 2021
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

1 participant