in another software it's possible to use:p?ap_id@serverc?conf@serveru?user@serverwhere this local links will be added to URI ending with trailing /
i.e. https://engine.tld/application/objtype/NNNNNID/will be completed withhttps://localserver.tld/applicationname/objtype/NNNNNID/p?ap_id@remoteserver.tldhttps://localserver.tld/applicationname/objtype/NNNNNID/c?conf@remoteserver.tldhttps://localserver.tld/applicationname/objtype/NNNNNID/u?user@remoteserver.tld
This way the local links will allow to setup redirects to any type of objects.(and without the special syntax and special parsing)
https://localserver.tld/applicationname/objtype/NNNNNID/=ap_id@remoteserver.tld https://localserver.tld/applicationname/objtype/NNNNNID/!conf@remoteserver.tld https://localserver.tld/applicationname/objtype/NNNNNID/user@remoteserver.tldand distinguish them with regular expressions at reverse proxy...