Pusher auth server on different host

This question is related to pusher-js. I have a channel authorization server at a different physical host, i can specify the url of the server while creating new instance of Pusher, but it doesnt send cookies alongside it.
new Pusher({
cluster: "",
channelAuthorization: {
endpoint: 'http:different_host',
transport: 'ajax',
}
})
new Pusher({
cluster: "",
channelAuthorization: {
endpoint: 'http:different_host',
transport: 'ajax',
}
})
When using transport to jsonp it shows jsonp is not recognized as auth transport
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server