Hi Jason,
Good to see you here.
No, ZBANK_DETAILED is not before the proxy in url.
var serviceUrl = "proxy/sap/opu/odata/sap/ZBANK_DEMO_SRV/?sap-client=800";
function getUrl(sUrl) {
if (sUrl == "")
return sUrl;
if (window.location.hostname == "localhost"
|| window.location.hostname == "hostname.com") {
return "proxy"+ sUrl;
//return sUrl;
}else {
return sUrl;
}
}
Regards
Dhananjay