We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @nmasse-itix , it would be nice to add url policy rewrites to match with microcks routes like:
Original Spec: GET /beer/{name}
Microcks Routes: /rest///beer/{name}
If you want to expose it trough APICast the spec doesn't match with microcks routes.
Regards,
Mikel
The text was updated successfully, but these errors were encountered:
Thanks a lot @misanche !
I will see how I can implement it in the same way we implemented the support for CORS policy.
In the mean time, I documented an alternative way using customization
Sorry, something went wrong.
No branches or pull requests
Hi @nmasse-itix , it would be nice to add url policy rewrites to match with microcks routes like:
Original Spec:
GET /beer/{name}
Microcks Routes:
/rest///beer/{name}
If you want to expose it trough APICast the spec doesn't match with microcks routes.
Regards,
Mikel
The text was updated successfully, but these errors were encountered: