-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
ezProxy issue displaying page with Angular application #188
Comments
It seems like some js files are loaded and others return the following: When i try to open the files they do load, so it seems like there is some kind of delay, and the files are not loaded in time. Which files are loaded and which are not is also different each request. |
Are you using About files probably not being loaded on time and dropping might be a bug that can be fixed, but I've not seen it before. Any more details you could share about it? Also would like to add that the way the persistent mode works, pages that are mostly build out of javascript and have a lot of components loading or managing forms, buttons etc. tend to break when using the persistent mode. There are just too many edge-cases that arise with these webapps. |
I understand. Are you currently using the session of a customer or do you have a session yourself that you can inject the persistent proxy on? Reason I'm asking is I'm curious if the 'infected browser' is receiving the URLs to fetch from ezXSS at all, and something goes wrong fetching or delivering them (on time), or the ezProxy fails to request those URLs from infected browser. It can also be a (a)sync issue. If so I'm sure it can be fixed. Please debug and share as much as you find possible, and I will look at the code to fix it :) |
Ok, so the infected browser is requesting the file. Is it also sending the content over via the websocket? And, are the responses you getting actually 0 B or is the content 'No response received from client with client ID ...' like you said previously? |
I've been using the EZProxy with success. But now that i am testing an angular application all i get on my blablabla.ezxss domain is as follows:
The favicon and page title load correctly in the top of the tab which tells me it's still working for the most part.
The text was updated successfully, but these errors were encountered: