You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first sorry for my english. I had this code in VS with pusherrestdotnet
var provider = new PusherProvider("xxxxx", "xxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxx", null);
string auth = provider.Authenticate(Request["channel_name"], Request["socket_id"]);
var request = new ObjectPusherRequest("xxxx-xxxxx-xxxxxx-xxxx-xxxxxxxxx", "AddxxEvent", new
{
xxxx= "xxxx"
});
provider.Trigger(request);
on my production server it works ok, but on my localhost webclient function UploadString return exception, 401
Any ideas? I have win 7 home premium
Thanks!!!!
Regards
The text was updated successfully, but these errors were encountered:
Hi, first sorry for my english. I had this code in VS with pusherrestdotnet
var provider = new PusherProvider("xxxxx", "xxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxx", null);
on my production server it works ok, but on my localhost webclient function UploadString return exception, 401
Any ideas? I have win 7 home premium
Thanks!!!!
Regards
The text was updated successfully, but these errors were encountered: