Dear experts,
We try to use Web IDE on premise with our development SAP ABAP system:
I've prepared following destination file:
Description=HR development
Type=HTTP
TrustAll=true
Authentification=NoAuthentification
Name=HRD
ProxyType=Internet
URL=http\://hrd.server\:8040
WebIDEUsage=odata_abap,ui5_execute_abap
WebIDESystem=HRD
WebIDEEnabled=true
However when I try to create a new app based on a template I have an error:
Unable to access the selected system. Check your credentials and try again....
In browser console I have the following message:
http://localhost:8080/webidedispatcher/destinations/HRD/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/$metadata Failed to load resource: the server responded with a status of 403 (Forwarding to internal destination is not allowed for destination HRD)
Could you please advise what do we do wrong?
hrd.server requires authorization and I expect a popup window to input my credentials .
Thanks a lot!