Size limit in listen_path?

if “listen_path”: = “/bancmantenimentlocal” and version it’s in header x-api-version
tyk answer is:
“error”: “Version information not found”
if version it’s in url tyk answer is:
“error”: “This API version does not seem to exist”

Shortened to /bancmlocal tyk works correctly both ways

That’s really odd, do you have any other APIs that use /bancm*?

Yes
/bancmanteniment

Ah, it might have been that, you had two listen_paths:

/bancmanteniment
/bancmantenimentlocal

And the muxer may have loaded them in that order, so when it tried to match the paths, it hit the first API and not the second. We’re looking into load order as part of the next release.

1 Like