Can the extension be enhanced to include automatic path escaping?
I’ve encountered some APIs that use CJK characters in their paths, and if I escape the path beforehand, it becomes difficult to recognize the content stored in the end.
Therefore, I hope that when sending a request, the paths can be automatically escaped so that I don’t have to restore the paths before understanding the content afterward.
Can the extension be enhanced to include automatic path escaping?
I’ve encountered some APIs that use CJK characters in their paths, and if I escape the path beforehand, it becomes difficult to recognize the content stored in the end.
Therefore, I hope that when sending a request, the paths can be automatically escaped so that I don’t have to restore the paths before understanding the content afterward.
Thank you.