In Membrane, requests paths can be modified using the rewriter
element.
<api port="2000">
<rewriter>
<map from="^/store/(.*)" to="/shop/v2/$1" />
</rewriter>
<target url="https://api.predic8.de" />
</api>
Rewriter | Documentation | Example |
FruitShop2 API | OpenAPI |