hoxy
hoxy copied to clipboard
Hoxy breaks statcounter.com
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:
- Launch a server with the above code.
- Configure your browser/OS to use that forward proxy.
- In your browser, visit: http://gs.statcounter.com/
- 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.