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
It's hard to know exactly what is going wrong here, but as a guess it looks like the single quotes around parts of the command have been replaced with "smart quotes", which might be causing an issue. Try copy and pasting the following:
From Chapter 3 when I execute this getting Bad Message 400 , what Im missing here ?
curl -k --cacert "$(./mkcert -CAROOT)/rootCA.pem" -d ‘{"username":"demo","password":"password"}’ -H ‘Content-Type:application/json’ https://localhost:4567/users
curl: (3) URL using bad/illegal format or missing URL
Bad Message 400
The text was updated successfully, but these errors were encountered: