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
WebSocket works on the web version of kiwiirc, but not on the electron version. Like this one:
wss://api-id.execute-api.eu-west-1.amazonaws.com/dev?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..%..%2Feu-west-1%2Fexecute-api%2Faws4_request&X-Amz-Date=..&X-Amz-SignedHeaders=host&X-Amz-Signature=..
Where the two dots .. were used to replace the secrets. AWS ELB give 400 bad request.
..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WebSocket works on the web version of kiwiirc, but not on the electron version. Like this one:
Where the two dots
..
were used to replace the secrets. AWS ELB give 400 bad request.The text was updated successfully, but these errors were encountered: