bash - curl PUT request with --data -
i'm having strange issue on 1 (and one) computer.
basically i'm trying use curl submit put request , put data hue light system.
the command i'm using is:
curl --request put --data 'some data here' http://domain.example/blah
but keep getting thrown error "you can select 1 http request"
is there workaround, or better way this? doing wrong?
Comments
Post a Comment