2 Replies Latest reply on Aug 6, 2013 5:05 PM by josgood

    paging support with jsonp

    josgood

      Greetings RHQ community,

       

      I've recently encountered what I believe to be an issue with paging/jsonp support in the REST API. According to this post by Heiko, paging metadata can be returned in one of the following ways:

      1. In the response header
      2. In the body of the message

       

      Due to the nature of jsonp, I can't access the response header - the first approach won't work for me. Instead, I must use the second approach.

       

      This is where I'm running into issues. In order to achieve the second approach, I have to include the following header in my request:

       

      "Accept=application/vnd.rhq.wrapped+json"

       

      Again, due to the nature of jsonp, I cannot modify the headers in my request. It seems that I effectively have no way of getting paging information through jsonp.

       

      Is there another recommended approach to getting paging information with jsonp? If not, is there any intention of supporting this in the future?

       

      Gratzi,

       

      Josh Osgood