The client is using PHP and is able to open a WebSocket to the link http://eu-west-1-aws-1-sm.optimized-pricing-api.refinitiv.net:443/ but he asked what information he needs to send to the WebSocket to be able to log in. The installation & Configuration guide says he needs to send the following information:
{ "Domain": "Login",
"ID": 1,
"Key": {
"Elements": {
"ApplicationId": 256,
"Position":"127.0.0.1"
},
"Name":"user"
}
}
It also says in the code there that he has to pass information in the headers when connecting to the Socket. Namely the following info:
- AuthToken
- AuthPosition
- ApplicationId
But he doesn't find any information in the documentation that he must fill in there. Can you please advise? Thank you.