Welcome to the Jazz Community Forum
What is the communication protocols between RTC Eclipse client and server?

What are the communication protocols used between the RTC Eclipse client and the server (RTC 403 )?
I believe it is the HTTP protocol in use. Apart, I also understand that the jauth protocol is used for authentication.
I believe it is the HTTP protocol in use. Apart, I also understand that the jauth protocol is used for authentication.
https://jazz.net/wiki/bin/view/Main/JAuthOverview#Rich_clients
Will this be correct? Any additional inputs?
Thank you
Accepted answer

The Eclipse client talks to the repo with a home-grown RPC mechanism based on the Eclipse Modelling Framework. Requests are sent across HTTP/HTTPS.
Some JSON APIs are exposed for customer use.
If you want to automate tasks or query the repo programmatically, I suggest looking at the SDK. It provides a Java API that abstracts away communications.