Skip to Main Content
Status Backlog
Categories Dynamic objects
Created by Guest
Created on Feb 7, 2024

Add special character patterns to Dynamic Objects

Problem
Dynamic Object patterns support only basic character classes (digits, letters, alphanumeric, spaces), but some URLs contain special characters like double-slashes (//) that can't be matched with current options.

Request
Expand pattern-matching to support forward slash (/) and other special characters, enabling single matchers to handle URL variations like 'resources/:id' and 'resources//:id'.

  • Attach files