10-13-2015 03:35 PM - last edited on 03-05-2021 09:34 AM by dekwan
We are planning to develop a custom web application for our softphone utilizing the finesse rest API and http-bind (BOSH) end point.
I have downloaded the sample from https://github.com/CiscoDevNet/finesse-sample-code/tree/master/NonGadgetSample and it works fine, I had to set up proxies (as instructed) however my question is does finesse servers support CORS?? is there a way for me to enable CORS on the finesse servers ??
Solved! Go to Solution.
10-15-2015 06:33 AM
Are you using gadgets.io.makeRequest to perform the HTTP GET? The Finesse server will proxy these requests for you and return the data to your gadget javascript, avoiding the CORS issue entirely.
Regards
Deepak
10-15-2015 06:33 AM
Are you using gadgets.io.makeRequest to perform the HTTP GET? The Finesse server will proxy these requests for you and return the data to your gadget javascript, avoiding the CORS issue entirely.
Regards
Deepak
10-21-2015 09:56 AM
Hi Deepak,
What package/library would we need to use gadgets.io.makerequest? Could you please point us to the link where we can download this library?
Thanks,
Varun
10-22-2015 03:08 PM - last edited on 03-05-2021 09:36 AM by dekwan
Hi Deepak,
Thank you for your response, to use gadgets.io.makeRequest what libraries should I be including ??
just the finesse javascript library ? (https://developer.cisco.com/docs/finesse/#!javascript-library), when I tried to load the library I get gadgets undefined error, can you please quickly guide me here. Sorry I am new to finesse
thank you
karthick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide