You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the hello word tutorial to get the basic service skeleton setup. I can access the Swagger spec, that gets generated via - :7777/__admin/meta/
But the swagger-ui cannot read the spec and complains about missing CORS header. I was able to set the header for the REST services using the textResponseDecorator and the binaryResponseDecorator. But is it possible to add the header to the AdminBuilder / health end-points too ?
Sorry, if I missed this in the documentation.
I followed the hello word tutorial to get the basic service skeleton setup. I can access the Swagger spec, that gets generated via - :7777/__admin/meta/
But the swagger-ui cannot read the spec and complains about missing CORS header. I was able to set the header for the REST services using the textResponseDecorator and the binaryResponseDecorator. But is it possible to add the header to the AdminBuilder / health end-points too ?
https://gist.github.com/c0mpiler/550b03ed91d2a6988953c8513f9ad272
The text was updated successfully, but these errors were encountered: