URLLoader dispatches complete but json data is not complete

This happens sometimes.
any ideas ? thanks.

What target is it?

Have you tried an HTTP debugger (like the “Network” tab in an HTML5 browser debugger, or a tool on the desktop like Fiddler, to check what is contained in the request?

The target is flash. It only happens like 1/40 tries and its always a different url but from the same domain. the url always works the second try. please forgive my naivety do you mean check the request header ?

:authority: www.instagram.com
:method: GET
:path: /explore/tags/macro/?__a=1
:scheme: https
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
accept-encoding: gzip, deflate, br
accept-language: en-GB,en-US;q=0.9,en;q=0.8
cache-control: max-age=0
cookie: mid=Wo1rrwALAAFcS4TlJYufIO3IO5yF; csrftoken=R0pTteEnWR3xZARYd99sPqRhRGWrskaw; ds_user_id=454440507; rur=PRN; ig_pr=1.75; ig_or=landscape-primary; sessionid=IGSC637c3ba25b771539db54264b6e6587d20466310276b75c05c009be8488ec5838%3AMdsniykKD5JW4XQPbvgcaopDePtO5l7I%3A%7B%22_auth_user_id%22%3A454440507%2C%22_auth_user_backend%22%3A%22accounts.backends.CaseInsensitiveModelBackend%22%2C%22_auth_user_hash%22%3A%22%22%2C%22_platform%22%3A4%2C%22_token_ver%22%3A2%2C%22_token%22%3A%22454440507%3AhfcgzOkY72nvoNm6bajzfd5HxzjWB2xk%3A42d82a7d1d35f3d097650e84b9da85af39712b818618ecbee0e59defed98469b%22%2C%22last_refreshed%22%3A1522316975.903285265%7D; ig_vw=1098; ig_vh=523; urlgen="{\"time\": 1522316975}:1f1nnf:hxidzayrLyAr9Fol4uYYybalXi8"
upgrade-insecure-requests: 1
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

Huh, perhaps the first time it’s looking for authentication, before trying the second try, or maybe a bug in their API

1 Like