We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Steps:
Current behavior:
The page displays an error message:
Expected behavior:
The site appears identical whether visited through the proxy or not.
The text was updated successfully, but these errors were encountered: