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
PHP Fatal error: Uncaught WSSC\Exceptions\ConnectionException: Connection to 'ws://external-api.xtremepush.com:80/websock' failed: Server sent invalid upgrade response: HTTP/1.1 301 Moved Permanently Date: Wed, 20 Mar 2024 13:44:10 GMT Content-Type: text/html Content-Length: 166 Connection: keep-alive Location: https://some.otherurl.com/websock Strict-Transport-Security: max-age=31536000; includeSubDomains in /.../php-wss/src/Components/WSClientTrait.php:25
In Postman is connecting fine
The text was updated successfully, but these errors were encountered:
any solution for this problem, please? (the library is not handling location header redirects)
Sorry, something went wrong.
@arthurkushman
No branches or pull requests
PHP Fatal error: Uncaught WSSC\Exceptions\ConnectionException: Connection to 'ws://external-api.xtremepush.com:80/websock' failed: Server sent invalid upgrade response:
HTTP/1.1 301 Moved Permanently
Date: Wed, 20 Mar 2024 13:44:10 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
Location: https://some.otherurl.com/websock
Strict-Transport-Security: max-age=31536000; includeSubDomains in /.../php-wss/src/Components/WSClientTrait.php:25
In Postman is connecting fine
The text was updated successfully, but these errors were encountered: