Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, i am trying to get the Finesse agent status from asp.net using javascript but all i get is server responded with a status of 415 (Unsupported Media Type).what i got so far var agentID = "user";
var finesseEndpoint = "http://mydomain.com:8082/fine...
I have a working site to site vpn between a client router and a ftd.I have a device on the router side that need to access a resource on the internet so I think there is no point on send that traffic to the tunnel to then send it to the internet so I...
Problem Description: While on CCM3.0(11), our company had a paging system working through a port on the Catalyst FXS module. We just upgraded the Call Managers to 3.1.2(c) and now the following problem occurs:1)User calls paging system2)Paging system...
got it !complete working examplevar agentID = 'agentID';
var password = 'password';
var credentials = btoa(agentID + ":" + password);
var agentStatusLabel = document.getElementById('agentStatus');
var finesseEndpoint = "http://finesse.domain.com:808...
I am getting, Uncaught ReferenceError: myHeaders is not definedi add var myHeaders = new Headers(); now is the dreaded CORS error even though the request and the finesse server are on the same domain .error:Access to fetch at 'http://mydoma...
that was my understanding and that's why, I would not need that specific traffic to go through the tunnel what would be the use and correct me if Iam wrong please.the configuration is like I post originally except that I add the second line access-l...