Open nmarinel01 opened 7 years ago
Is this in context with the API designer? The console does not have a mocking service perse :)
Hi @sichvoge ! you are right, just replace that step by adding a baseUri that points somewhere. The thing is that when you do Try It, authorization method dropdown is empty when it should have Pass Through value. Adding screenshot.
Sorry for long wait list. Authorization is the next feature to correct in ARC and API Console. Since this is new feature in ARC this will wait until next release of ARC (which should be done in coming days). After that the plan is to support all security schemes.
Just to stress out my concerns. The API Console that makes a request in the browser environment won't use this information anyway. There's no way to set auth data for pass through or digest on a request object. Therefore event if the user fill in this form it won't be used. On the other hand, if the request is handled by hosting application or the proxy server then this information have to be passed to the proxy as it actually may make use of it. Because of that this 2 authorization methods must be supported in the console but it introduces usability issues when running in browser only environment (without proxies).
This goes into support for Pass Through roadmap item.
Steps to reproduce: 1- Open console for the following RAML
/jwt1: securedBy: jwt1 get: body: application/json: responses: 200: description: OK body: application/json: example: "success"