Hi Guys,
I’m using the REST Resource JavaScript asset for a number of calls to an API. Usually, there is a single call to a single URL, but in this particular case I’m trying to call 2 different JSON endpoints entered as separate URLs on the details screen. As per the instructions, I receive two items in the _REST.Responses array, but they are both for the first URL, i.e. the same result repeated.
I’m doing this on another REST Resource Javascript asset and it work okay. The main difference between the two is only one has enabled querystring passthrough.
Is this expected behaviour?
Chris