originally posted in:BungieNetPlatform
Hey, thanks for the reminder. So all of my requests are working fine except for the Manifest. I'm adding the API key in the same way as everything else but I keep getting ErrorCode 2102. It's just the manifest one for some reaason. What could be the problem?
EDIT: My mistake, it was a problem with caching.
EDIT2: It works intermittently. I'll get ErrorCode 1 every one in a while, but mostly just 2102.
EDIT3: It's now working fine. I think it was something server side because requests through the browser were working fine even without API and now they're not.
English
-
Certain API's like the manifest will still work without a key if you happen to get a cached version of the manifest from the server. We will return the cached version without actually looking at the request headers. However, if you happen to ask for the manifest when a cached version is not available, your request will be rejected. So in general, always include your key. I take it from your last edit, everything is working for you now?
-
Yes, so far so good! I appreciate your attention. I'm the dev for Little Light, an android app. Trying to keep it useful.