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
curl command output in --verbose displays options in a non-homogeneous way, sometimes it uses short options like -H or -L and sometimes long options like --insecure.
Problem to solve
curl
command output in--verbose
displays options in a non-homogeneous way, sometimes it uses short options like-H
or-L
and sometimes long options like--insecure
.Proposal
Use only long options, example:
--header
instead of-H
--location
instead of-L
So:
Becomes:
The text was updated successfully, but these errors were encountered: