Hi,
I try to connect to azureDevOps site with a http post request.
I create a PAT (Personnal Access Token) on AzureDevOps and according to Microsoft I have to write somethiing like
Basic authorization Username = Blank and Password = My PAT encore in base 64 (I use pub.string:base64Encode for this).
So I thought I have to write in auth document (in post service), Type = Basic and pass = PAT.
I test it on Postman and like this (witjout converting my PAT in base 64), it works. (I guess Postman make a implicit conversion I don’t know).
In webMethods when I try I have an error 203 with message = Non-authoritative information.
(I try without converting in base 64 and I have the same error).
I don’t know how to solve my problem
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB