RESTDebugger connecting to music demo XDataServer and retrieving data

How do you get the RESTDebugger to connect to the music demo XDataServer Api end points and retrieve data? Do I need to get the JWT token in step 1 of the Authorization and pass that in step 2 of the Authorization?

I don't use RESTDebugger, but it's just a regular HTTP request. If you use JWT authentication, you should get the token and add it in the Authorization header prefixed by the text Bearer .

Thank you.

I was trying to figure out how to access an XData Server from C++Builder. I was able to get that done using the RADStudio REST components.

1 Like