Access Data from RTC URL
I am trying to access data from rtc site using after referring below url but getting error.
Referred URL: https://www.ibm.com/developerworks/rational/library/rational-team-concert-oslc/index.html
Error:
<noscript><div id="net-jazz-ajax-NoScriptMessage">Javascript is either disabled or not available in your Browser</div></noscript>
<div id="net-jazz-ajax-InitialLoadMessage">Loading...</div>
<div id="net-jazz-ajax-WorkbenchRoot"></div>
Kindly help. Thanks in advance.
One answer
Unfortunately there is not a lot of useful information about what you do and why. I have seen the error message quite often and usually the reason is:
The page you try to open is a simple html page that you probably try to open using a REST service call. That is not going to work. that kind of pages need to be openend using a browser.
Comments
So, you mean to say that, we can't access such page using REST API, if we want to open then we need to open the browser manually & check for the content?
Use REST against pages that are providing a REST interface. Use a browser for HTML pages. You need to understand the API you are working against.
Since you don't provide any useful information about what you try, this is it for answers from me. Consider to improve your questions in the future. How should I ask a question in the Forum if I want to receive useful answers? has some hints.
Good luck!