Discussions
API Authorization method not working described in docs
almost 2 years ago by muhammadsalman2471006
I am trying to authenticate api requests using authorization header Basic ${USERNAME}:${PASSWORD}
but I am getting following message:
{ message: "'bXVoYW1tYWRzYWxtYW4yNDcxMDA2QGdtYWlsLmNvbQ:OIZC6WzofcOLpcywZDtmO' not a valid key=value pair (missing equal-sign) in Authorization header: 'Basic bXVoYW1tYWRzYWxtYW4yNDcxMDA2QGdtYWlsLmNvbQ:OIZC6WzofcOLpcywZDtmO'." }