You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an URLPath for connecting to a websocket (implemented in #102#103), the driver wrongly URL-encodes the complete path.
Example: when using path /api/v1/internal/accounts/org/databases/db/clusters/cluster/ws?ticket=abc, the driver sends /api/v1/internal/accounts/org/databases/db/clusters/cluster/ws%3Fticket=abc in the request.
The text was updated successfully, but these errors were encountered:
When using an
URLPath
for connecting to a websocket (implemented in #102 #103), the driver wrongly URL-encodes the complete path.Example: when using path
/api/v1/internal/accounts/org/databases/db/clusters/cluster/ws?ticket=abc
, the driver sends/api/v1/internal/accounts/org/databases/db/clusters/cluster/ws%3Fticket=abc
in the request.The text was updated successfully, but these errors were encountered: