-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
feature ✨New feature or core functionalityNew feature or core functionality
Description
Currently, http_parse_and_lock_start_line file uses exact string match to check request URL, but some authenticated URL contains user-specific parameters like:
/v1/users/{{user_id}}/playlists/v1/me/top/tracks?limit={{limit}}
Investigate:
- solution possible:
- regex
- any other??
- whether this should be added as a separate template based on constraint count
I feel regex might be overkill for initial use case, although zk-regex is an already audited library that we should first look towards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature ✨New feature or core functionalityNew feature or core functionality