New Member
Since ‎07-13-2020
‎06-22-2021

My Stats

  • 10 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

hj2509's Bio

Badges hj2509 Earned

View all badges

Recent Activity

Hi I am new to apigee and xml in general.Is there any use for XML tag name attributes? For example request.verb == "OPTIONS" AND request.header.origin != null AND request.header.Access-Control-Request-Method != null add-cors request.verb == "O...
Clients send a request with their API key in the header. The filed name is "x-apikey". And I am trying to enable CORS but I get on the consoleRequest header field x-apikey is not allowed by Access-Control-Allow-Headers in preflight responseUpon traci...
I just finished the tutorialshttps://docs.apigee.com/api-platform/tutorials/secure-calls-your-api-through-api-key-validationI am now trying this API with Try this API in Live Portal. In the API documentation required, if I specify the apikey as a que...