Question
API Path Segment issue
Hi All,
i am using path segments to extract data from the request and i'm testing the API through postman everything worked fine in dev environment but when it goes to the higher environment its not working
for example abc/bcd/cde http!request.pathsegments[3] returns cde in lower environments but in higher environment it returns bcd
endpoint is almost same in all environments. path segment index is changing on the environments is there any server side setting for this anyone can help me please ?
Thanks in advance
