-
Notifications
You must be signed in to change notification settings - Fork 14
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
livestyle --proxy on pages behind login form #51
Comments
What do we need to replicate your setup? Without being able to inspect the full flow and all http headers etc there is very little to go on at the moment. I suspect the host you proxy to might be looking at a referrer header, or something similar, which will likely fail because you are running on localhost |
Looks like we don't proxy any request headers: https://github.com/One-com/livestyle/blob/master/lib/createLiveStyleApp.js#L96-L101 Proxying the |
Try proxying this site: http://tibp.cloudapp.net/en-gb/pages/default.aspx |
@papandreou Yeah, I had the same thing with the host header. We should probably clone whatever is in the original request and pass it on if possible |
Would it be possible to use livestyle on pages that are behind a login form? The --debug flag only gives 404 errors without further details.
The text was updated successfully, but these errors were encountered: