-
Notifications
You must be signed in to change notification settings - Fork 836
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
A survey requests a server twice when run in Google Chrome but not when run in Mozilla Firefox #6438
Comments
maybe this could be useful https://dev.to/paulcalvano/investigating-duplicate-html-requests-on-a-page-load-2eog |
I've just found out that this behaviour was introduced by version 1.9.82. With 1.9.81 was ok: the second text/html request does not get run https://plnkr.co/edit/lvMq6zfkFukK3wpc this could be a performance problem for servers that build page dynamically. Thank you |
@masciugo It is a strange issue. We will take a look. Thank you, |
chrome calls my origin page twice fix #6438
cool. thank you |
@masciugo It has been fixed. Thank you for reporting it! |
Are you requesting a feature, reporting a bug or asking a question?
question
What is the current behavior?
when I try to load the page with the survey my server is called twice when I use chrome. This does not happen in firefox. Does anybody know why? Of course if I remove the survey from the page both browsers run only one request, as expected
See the example https://plnkr.co/edit/lvMq6zfkFukK3wpc?preview and open preview in a pop up window
thank you
The text was updated successfully, but these errors were encountered: