Is it possible to call WTI AES directly from webbrowser websocket API?
WTI AES API requires the websocket to send basic and bearer authorization headers.
The webbrowers websocket standards does not allows / permits to send any kind of headers.
This is a limitation as we wanted to directluy call WTI AES from browsers
Due to the above limitation it seems we need to call WTI AES API only via some server side websocket interfaces.
Is there some custom way to send the basic and bearer authorization information in WTI AES API inside payloads or url rather than in websocket header?
WTI AES API requires the websocket to send basic and bearer authorization headers.
The webbrowers websocket standards does not allows / permits to send any kind of headers.
This is a limitation as we wanted to directluy call WTI AES from browsers
Due to the above limitation it seems we need to call WTI AES API only via some server side websocket interfaces.
Is there some custom way to send the basic and bearer authorization information in WTI AES API inside payloads or url rather than in websocket header?