different keys different products but works for the same api?

hi all,

i have 2 proxies, each has its own product and own app. hence 2 keys are generated.

api key1/product1/proxy1

api key2/product2/proxy2

so something like this working is expected

http://host:port/proxy1_path -H "apikey:apikey1"

http://host:port/proxy2_path -H "apikey:apikey2"

However, when i tried the following it is working as well. I was expecting that the key would be invalid/rejected. did I miss something?

http://host:port/proxy1_path -H "apikey:apikey2"

0 1 40
1 REPLY 1

Hi @leo sun, API Keys are coming from Apps. So I would suggest you check your App2.

Check if App2 has product1.

If product1 is there in App2 then yes, apikey2 can be used to call proxy1.