i want to change incoming route to another route to destination.for example:
incoming --> /api/login/* outgoing --> /api/uathenticate/*
every where i see this config:
i want to change incoming route to another route to destination.for example:
incoming --> /api/login/* outgoing --> /api/uathenticate/*
every where i see this config:
Copyright © 2021 Jogjafile Inc.

In the URL Regexp you have correctly the source pattern:
Put the target format of the URL into the Template field:
That is all what needs to be done to rewrite the URL.