originally posted in:BungieNetPlatform
View Entire Topic
In my Android app the I'm retrieving a user's account info via http://www.bungie.net/platform/user/GetBungieAccount/{membershipId}/{membershipType}
This works great on Android all my emulators above 4.3 (API 19+), but for some reason on any emulator with API 16-18 I'm getting a strange redirect error page that says:
[quote]There is no operation listening for http://bnetliveweb12.tiger.local/platform/user/GetBungieAccount/{membershipId}/{membershipType}
but there is an operation listening for http://www.bungie.net/platform/user/GetBungieAccount/{membershipId}/{membershipType}/, so you are being redirected there.
[/quote]
Any ideas why this may be the case?
English
-
Ok, so the solution was pretty silly. I needed to add a trailing slash to all the BungiePlatform endpoint urls for it to work.