Basic Authentication examples
GET Example:
GET("REST", "-U restURL -M get -A BASIC -UN username -PWD password -H \"header1=value1 header2=value2\"")
PUT Example:
PUT("REST ", "-U restURL -M put -A BASIC -UN username -PWD password -H \"header1=value1 header2=value2\"")