Rest API with dymic path length in API-Gateway

Hello,

What product/components do you use and which version/fix level are you on?

Api-Gateway 10.15

Is your question related to the free trial, or to a production (customer) instance?

Trial Docker Image

What are you trying to achieve? Please describe it in detail.

I want to provide a REST API with a resource with a path of dynamic length.
Something that would look like this:

apigw-host:5555/gateway/myApi/1.0/root/arg1/arg2/…/argN/resource

Is that at all possible?

Do you get any error messages? Please provide a full error message screenshot and log file.

Have you installed all the latest fixes for the products and systems you are using?

Regards,
Sinclair

Hi Earl,
If i understand correctly you dont want to have any fix resource in the API
This can be achieved by setting the extended property as “false”
Property Name: strictResourceMatching
Value: false

Regards
Vikash Sharma

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.