Proteggiamo il tuo ambiente digitale da qualsiasi attacco informatico. Sfrutta tutte le potenzialità della piattaforma SGBox!

Gallery

Contatti

Via Melchiorre Gioia, 168 - 20125 Milano

info@sgbox.it

+39 02 60830172

Search another article?

You are here:
< Back

Basic Authentication

Some application requires basic authentication to retrieve information.

curl --user "username:password" https://app.website.com/api...

Username and password should be pass in SGBox Playbook in the following way:

  1. Encode your username/password in base64. In our case will be: dXNlcm5hbWU6cGFzc3dvcmQ=
  2. Create a new Authorization header with value: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

Playbooks - Basic Authentication