Am trying to create a new API suite, the Authentication type is API-Key. It is working in postman.
Actual URL used in postman is like : web.com/Employee
I have setup,
1. URL till '?' in "Target Endpoint URL"
2. Proxy content: /
3. API key in Auth type
4. Query parameters in swagger documentation.
I have tried different options but everytime I get 500 TIMEOUT error.
What is the fix for it?