originally posted in:BungieNetPlatform
Would you be able to provide a way to check if my app is correctly sending the api key?
As far as i know my key is included in the header but I would feel much better knowing for sure.
English
-
I have checked our logs and can see your key is being sent correctly.
-
thanks!
-
You could try enabling a debug option for your application to see network requests, or use a sniffer - something like Wireshark or Fiddler. You might run into the problem of needing to decrypt the HTTPS traffic if you go with the latter option. I know you can do that with Fiddler, but I'm not sure about Wireshark.