The error I’m getting is
JSONParseError: Unexpected < encountered
atcom.adobe.serialization.json::JSONTokenizer/parseError(
I’m using flash player 10.2.
Has anyone come across this before? Seems odd that its publishing fine from within flashdevelop (using open in tab or open in window) but fails when I use the flash player.
I have checked the feed using JSONView and it seems ok.
Found the answer, needed to add a custom request header
Am guessing this is added automatically through the ide / browser maybe? Fixed it for me anyway 🙂