plx has asked for the wisdom of the Perl Monks concerning the following question:
curl --insecure --user user:password -XPOST -H Content-type:application/json -H Accept:application/json -d '{"nam e":"test"}'
https://<address>
I'm having difficulty with how to specify the user:password in an insecure manner.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Not sure how to use HTTP::Tiny
by rizzo (Curate) on Mar 30, 2018 at 10:26 UTC | |
Re: Not sure how to use HTTP::Tiny
by Corion (Patriarch) on Mar 30, 2018 at 06:40 UTC | |
by plx (Initiate) on May 21, 2018 at 17:32 UTC | |
by huck (Prior) on May 21, 2018 at 18:18 UTC | |
by plx (Initiate) on May 21, 2018 at 19:57 UTC | |
by poj (Abbot) on May 21, 2018 at 20:50 UTC | |
| |
by Corion (Patriarch) on May 21, 2018 at 17:54 UTC | |
by plx (Initiate) on May 21, 2018 at 19:59 UTC |