You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied curl from chrom, and then typed uncurl on the command line. It automatically read my clipboard, but doing so it reported an error.
I tried a different version of uncurl and the error was 0.11
uncurl
usage: uncurl.exe [-h] [-d DATA] [-b DATA_BINARY] [-X X] [-H HEADER] [--compressed] [-k] [--user USER] [-i] [-s] command url
ncurl.exe: error: unrecognized arguments:
The text was updated successfully, but these errors were encountered:
yes seems there is an issue , in my case this is my original --data-raw : '{"locale":"fa-IR","device_type":6,"version_code":2,"os_version":"macOS","device_name":"Chrome","referrer":0}'
but seems uncurl escapes the quotes and turns it to : '{locale:fa-IR,device_type:6,version_code:2,os_version:macOS,device_name:Chrome,referrer:0}'
and it is not recognizable any more
I copied curl from chrom, and then typed uncurl on the command line. It automatically read my clipboard, but doing so it reported an error.
I tried a different version of uncurl and the error was 0.11
uncurl
usage: uncurl.exe [-h] [-d DATA] [-b DATA_BINARY] [-X X] [-H HEADER] [--compressed] [-k] [--user USER] [-i] [-s] command url
ncurl.exe: error: unrecognized arguments:
The text was updated successfully, but these errors were encountered: