apache / apache/jmeter

Recording: When recording records URL encoded values, it should try to url decode them

Open
#5,064 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.