What is wrong with this? curl -kX -u [email protected]:password123 POST \ https://zqzqzqz555.couchappy.com/urls \ -d "{}" -H "Content-Type: application/json"
I get an error: curl: (6) Couldn't resolve host 'sharklasers.com:password123' I think the problem is because of the @ in the username. How can this be fixed? The database, username and password in the example above are all real so you may test it verbatim. Thanks!
