Page 1 of 1

Extension to make JSONP calls and circumvent cross-domain policies

Posted: Tue Nov 21, 2017 4:21 am
by JS-Support @Userware
Dear CSHTML5 users,

We have just published an extension for CSHTML5 named "WebClientJSONP", which lets you circumvent same-domain policies to make cross-domain calls to web services that do not support CORS (Cross-Origin Resource Sharing), such as the Bing Maps REST API.

Here is the URL:

http://cshtml5.com/documentation/jsonp.aspx

The article also contains an example that shows how to call the Bing Maps REST API to obtain the latitude and longitude coordinates or any postal address, as well as the country name.

Regards,

JS-Support