Posts Tagged 'Wcf'

Cross-Origin Web Services with CORS and WCF

September 25, 2015

As part of our work on Spira v5.0 and the new plugin we're developing for the popular ZenDesk help desk system, we need to be able to make cross-original REST web service calls to Spira. For KronoDesk we used JSONP, but for ZenDesk we decided to add CORS (Cross Origin Resource Sharing) support to Spira 5.0 to make it easier. However implementing CORS support  using WCF was not so easy so we're publishing our solution to help other software developers implement CORS using

Read More