Forum Discussion
alchemiz
3 years agoContributor III
Hi Matthias ,
Good day, I don't know if this helps but you can also set basic authentication through the http header
e.g
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ (encoded base64 username:password)
- Matthias3 years agoNew Contributor III
well that's kindof the opposite of what i need
the endpoint i need to connect to doesn't accept Basic auth - but requires the username / password to be provided via post body.