What product/components do you use and which version/fix level are you on?
Product: AG API Gateway 10.1
Is your question related to the free trial, or to a production (customer) instance?
Environments QA / Production Instance
What are you trying to achieve? Please describe it in detail.
Goal : We use APIKey as headers but in some situations is more convenient to use it as querystring
Do you get any error messages? Please provide a full error message screenshot and log file.
Some data in the url and response has been adjusted for security purposes
When calling
POST /gateway/orders/1/submit?APIKey=8b4ac834-984d-4ce1-a710-234cb3e5b52a
We get
{ “Exception”:"[ { “errors”: [ {
“title”: " Unable to identify the application for the request",
“detail”: “API Gateway encountered an error. Request Details - Service: SSSSSSSSS, Operation: /OOOOOOOO, Invocation Time: 10:52:12 AM, Date: Jan 26, 2023, Client IP: AAA.AAA.AAA.AAA User: Default and Application: null” } ] }]"}
It works as expected when using the http header