-
Notifications
You must be signed in to change notification settings - Fork 673
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
websocket #2168
Comments
Starts from If your application work right with |
Thanks for your answer. I was wondering if the problème was due to the fact that the http url is: but the websocket url is: (machine-name is not the same as xxxx-yyy, but the suffix is the same : .fr.world.zzzzz) but this schema seems not be reflected in the built url: it should be: Am i wrong? |
Hello @miherlosev, is there a way to clone the hammerhead repo locally on my machine and use this cloned repo over a standard testcafe install. It would enable me to step into the websocket code to investigate what is wrong on our side. Thanks a lot for your support. |
Hi @hdorgeval, |
Hi @LavrovArtem, thank's to wireshark, we discovered that the http headers are always sent in a lower cased format. Is it possible, to change the hammerhead behavior so that headers casing is not changed when they are sent over the network? |
Hi @hdorgeval,
|
Are you requesting a feature or reporting a bug?
May be a bug. Otherwise I am requesting a feature.
What is the current behavior?
We are currently stuck to the 0.18.3 version of TestCafe. In all versions > 0.18.3, web sockets are not processed correctly in our apps. It seems there is a change in web socket processing between the 0.18.3 and 0.18.4.
If on your side, it is not possible to solve this issue, is it possible to have a command-line option to revert to the 0.18.3 behavior concerning web sockets?
What is the expected behavior?
Web sockets should be correctly processed and, in case of any issue, revert back to the 0.18.3 behavior concerning web sockets
How would you reproduce the current behavior (if this is a bug)?
Upgrade TestCafe version from 0.18.3 to any other version (up to the last one)
Provide the test code and the tested page URL (if applicable)
Without TestCafe
With Testcafe 0.18.3
With TestCafe > 0.18.3
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: