Proxy Service for RTC
We are using RTC 6.0.2 and working on developing rich hover or previews for external links (Enovia). As per the following OSLC page , Every application has a proxy service inside each application. Do we have such proxy service for RTC and if yes, how to find it and how to configure it.?
Accepted answer
I would consider to reallly, really read that section about the proxy.
- It does NOT say every application has a proxy
- The proxy is provided by the application they integrate
- The proxy basically requests the data from a foreign URL, which JavaScript can not, and sends the data back, so JavaScript can do a local call and then retrieve the remote data indirectly.
I don't know if RTC provides something like this and how this works for RTC.