Skip to main content
January 19, 2016
Question

Basic Autorization in Webhook

  • January 19, 2016
  • 1 reply
  • 1042 views

Hi,

I have added custom header Authorization with value "Basic XXXXXXXXXXXXXXX".

Above mentioned value is encrypted and i have copied it from SOAP UI just to test my Web service from Marketo and it is working fine with this encrypted value.

How can i do the basic Authorization and encrypt the user name and password.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
January 19, 2016

Don't see what this has to do with Marketo really... anyway, Basic Auth creds aren't encrypted, they're merely encoded. See Basic access authentication - Wikipedia, the free encyclopedia