Open alecxandrys opened 3 years ago
pubnub.batch.countMessages() don't pass auth in QueryParam in this request. Result: 403 status code in response, if Access Manager is active.
pubnub.batch.countMessages()
It is not important which type of param i use,Map<String,Timetoken> ofList<String>. But if i make request manually by http service, it works normally.
Map<String,Timetoken>
List<String>
pubnub.batch.countMessages()
don't pass auth in QueryParam in this request. Result: 403 status code in response, if Access Manager is active.It is not important which type of param i use,
Map<String,Timetoken>
ofList<String>
. But if i make request manually by http service, it works normally.