I am getting the same results using curl -X POST www.example.com -d "code : 123" -u user:pwd
And using Postman on chrome, in the basic auth tab, putting user:pwd
, to generate a Authorization code (which looks like some encoded string)
Is there no difference?