We are using Reuters WebSocket API and receiving different responses for different usernames (with or without VPN):
Authentication request with credentials:
Endpoint: https://api.refinitiv.com:443/auth/oauth2/beta1/token
Username 1:
Response: ERROR 429 {HTTP/1.1 429 Too Many Requests}
Username 2:
Response: SUCCESS 200 {HTTP/1.1 200 OK}
On the same time if we connect to the VPN we are getting success response for both the usernames (little strange):
Username 1 and Username 2 (When connected to VPN):
Response: SUCCESS 200 {HTTP/1.1 200 OK}
We have same code base for all these machines (Windows + Java 8)
Any help will be appreciated.
Thank You.