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

Hoxy breaks statcounter.com #68

Open
sholladay opened this issue Nov 10, 2015 · 0 comments
Open

Hoxy breaks statcounter.com #68

sholladay opened this issue Nov 10, 2015 · 0 comments

Comments

@sholladay
Copy link
Contributor

I haven't yet been able to figure out why this happens, so help would be appreciated.

Spinning up and using a barebones proxy (as well as my real-world app), this site does not render correctly.
http://gs.statcounter.com/

Reproducible code:

'use strict';
const hoxy = require('hoxy'),
      proxy = hoxy.createServer();
proxy.listen(8000);

Steps:

  1. Launch a server with the above code.
  2. Configure your browser/OS to use that forward proxy.
  3. In your browser, visit: http://gs.statcounter.com/
  4. Toggle your settings for using the proxy on and off and reload the page in between, to witness the difference in rendering.

Current behavior:
The page displays an error message:

Sorry, could not understand url: #browser-ww-monthly-201410-201510

Expected behavior:
The site appears identical whether visited through the proxy or not.

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