Hello,
I have created an ABAP Push Channel on a AS740/SP8 system.
My goal is to establish a websocket connection between SAP (server) and a Python application running on Linux (Client).
about Server:
- SAP demoserver can be reached from the internet
- host is accessible via http / port 8000
- when calling a webpage form the same server, websocket connection via APC works fine
about Client:
- Linux server gets ip-address from a dongle which gets it's ip-address dynamic from an telco provider
- Linux server uses dongle as gateway to the internet
What should I enter in transaction SAPC_CROSS_ORIGIN to make this work?