Recording: When recording records URL encoded values, it should try to url decode them
Open
enhancement
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
@pmouawad ([Bug 63418](https://bz.apache.org/bugzilla//show_bug.cgi?id=63418&redirect=false)):
Not sure it's the right solution but creating a bug to write this.
Currently when you have a token to correlate that contains character requiring URL encoding, HTTP Request will be created with URL encoded values while the pages in recording can have initial values not URL encoded.
If you try to find IDs you won't be able to because of the comparison failure.
2 options:
- Either try to URL decode in requests created, but that might introduce issue
- Make Search feature smarter by trying to make it compare both URL encoded and non encoded value
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.