OS: macOS 14.5 (M1 Max)
Yaak Version: 2024.6.6
In some situation importing from cURL may not work as expected if import a post req and contains encoded parameters.
Reproduce Steps:
https://gist.github.com/ExiaHan/f1277443584f2a159dc933f485f821c0
Conclusion:
After investigation this imported request in Yaak, the parameter:
'r=%5B%22wake_lock%22%2Cnull%2Cnull%2Cnull%2Cnull%2C1%2C1%2C1%2C1%5D' is imported without url-decoded, and then it is url-encoded again via Yaak during resending. Which cause the actual sent request url turn into:
Please authenticate to join the conversation.
Released
Feedback
Bug
4 months ago
Exia Han
Get notified by email when there are changes.
Released
Feedback
Bug
4 months ago
Exia Han
Get notified by email when there are changes.