E9.1 Access JDE URL from external app

apndy

Active Member
I want to access JDE URL from external APP, login JDE and open P program, there are two links below. External user have not JDE ID. user and password will not show in address bar.

It's works in IE, but failed in Chrome. It will be two sessions in Chrome, so it's failed. Do you have any good idea to access JDE URL from external app?

<iframe id="proxy" src="http://10.176.48.239:81/jde/servlet...de&Password=xxxx&Role=*ALL&Environment=JPY900" style="display:none" onload="getURL()"></iframe>

function getURL() {
var iframe=document.getElementById('proxy');
window.location.href="http://10.176.48.239:81/jde/HostedE...|9|10|13|14|15|17|&FormDSData=|16|SO|00001|3| | | |";
}
 
Back
Top