When using certain special characters to map API(-,+,) product endpoints to the corresponding backends via mapping rules, the generated URL is not correct.
Example:
Instead of calling a backend URL `http://microservice1.com/a/b`
the system can end up sending a request to`http://microservice1.com/a/b/a/b`.