This repository was archived by the owner on May 28, 2022. It is now read-only.

Description
Hi I followed steps and created remote proxy. i can apigee-remote-proxy in the apigee edge. how can i validate api key using this remove proxy?
when i hit http://-test.apigee.net/apigee-remote-proxy, it is asking for an api key.
i have created couple of developers and developer apps. when i give the api key of that developer app int he header: x-DNA-Api-Key, it gives me an error message: Invalid ApiKey for given resource
URL i tried to validate developer key as:
http://-test.apigee.net/apigee-remote-proxy/apigee-remote-proxy/verifyAPIKey
Body: {"apiKey": "developer key"}