How can I include the basePath in the target path url?

Not applicable

We use basePath for versioning. The same target is used for all versions of a service. The target receives the target host and pathsuffix, but no basePath. This prevents the target from properly internally routing the request and determining the version.

How do can I have the target called with a target path url that includes the basePath?

1 2 1,734
2 REPLIES 2

Dear @George Shaw ,

Welcome to Apigee Community 🙂

Please find similar question here that talks about changing target.url , Please let us know if it solves your query, keep us posted.

Not applicable

I don't think this is a duplicate at all. I think there should be a way to simply not strip out the basePath. That way the proxy can act more as a passthrough, instead of making my request be something silly like '/api/v1/authenticate/authenticate' or add extra policy to put the basepath back on.