-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxyman fails to parse URL correctly when importing from Charles-generated cURL #2268
Comments
@Edwin-kanyun can you share with me your cURL to nghia@proxyman.com ? You can remove your sensitive key/apis. I'd like to investigate and fix it |
You can workaround: Open Charles Proxy -> Select your request -> Export as HAR -> Save to your desktop -> Open this file with Proxyman -> Right click on the import requests -> Edit & Compose |
Thank you!
And, the result in proxyman is like this: Many times, colleagues directly share with me the cURL text generated by Charles. I need to use the cURL to troubleshoot issues. However, when I paste the cURL text into Proxyman, the parsing fails. Therefore, I am really looking forward to Proxyman being able to directly support parsing the cURL generated by Charles. Thank you! |
@Edwin-kanyun it's fixed with this Beta build: https://download.proxyman.io/beta/Proxyman_5.16.0_Fix_import_cURL_Charles_v2.dmg It works with cURL from Charles or Google Chrome Network Tool too 👍 Sorry for the inconvenience. Please let me know if you have any problems. |
Thank you very much for your prompt response and for efficiently resolving the issue. Thanks again. Alternatively, could you consider the option of directly pasting the cURL text into the URL input box in the window that opens when clicking the "Compose New HTTP/HTTPS Request" button, thereby automatically achieving cURL parsing? Postman also employs this approach. Thank you! |
good idea, I will add this feature. Paste the cURL into the URL text field will work 👍 |
Description
I'm encountering a problem while using the "Import from cURL" feature in Proxyman. When I paste the cURL command generated by Charles into Proxyman, the conversion process doesn't handle the URL part correctly.
Could you please provide a solution to this issue and let me know how to resolve it?
The text was updated successfully, but these errors were encountered: