Open jackpoxy opened 3 years ago
Hey, thanks for the bug report. I'm not sure why Proxyman encodes this /, but not another part π€ I will investigate it π
To workaround, you can use this Snippet Code from Scripting Tool, to achieve the same thing as Map Remote doesn't. It might fix the bug π
function onRequest(context, url, request) {
request.scheme = "http";
request.host = "localhost";
request.port = 300;
return request;
}
Hi, I used the Scripting Tool, but I got the same question too.
Thanks, not sure why URLComponent incorrectly parses your URL. I will check out this week and send you a Beta build π
Thanks, not sure why URLComponent incorrectly parses your URL. I will check out this week and send you a Beta build π
OKοΌthanks:)
Hey @jackpoxy
If you turn off the Map Remote Tool, and enable the Scripting, Have you still encountered the bug? (Please ignore the console log)
I'm able to reproduce it by using Map Remote, but not the Scripting.
Here is my URL I tested: http://localhost:3000/api/git/api/v3/projects/TCE-Cmgt-Web-l18n%2FCLB-web.git/repository/branches?private_key=aaa
@jackpoxy Please try this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.32.1_Fix_Percent_Encoded_in_Map_Remote.dmg
I fixed the percent-encoded issue on the Map Remote π
Please turn off the scripting and test it again.
Hey @jackpoxy
If you turn off the Map Remote Tool, and enable the Scripting, Have you still encountered the bug? (Please ignore the console log)
I'm able to reproduce it by using Map Remote, but not the Scripting.
Here is my URL I tested: http://localhost:3000/api/git/api/v3/projects/TCE-Cmgt-Web-l18n%2FCLB-web.git/repository/branches?private_key=aaa
Hey @NghiaTranUIT ,I try turn off the Map Remoto Tools, only use Scripting Tool. I think the encode is still work.
@jackpoxy Please try this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.32.1_Fix_Percent_Encoded_in_Map_Remote.dmg
I fixed the percent-encoded issue on the Map Remote π
Please turn off the scripting and test it again.
Hey @NghiaTranUIT I used this version, I think the bug is fixed, it's so quickly, thanks for your work :)
Glad to know it works @jackpoxy π―
Proxyman version:Proxyman 2.31.0
macOS Version: mac 11.3
Screenshots (optional)
Can I choice encode or not?