we try to connect to the "getKlar" API. Via Postman it's no problem and everything works fine. From my webservice application we always get the error code mentioned. We thought it would have something to do with the headers but i tried several things but nothing changed. The only think which changes the result is when we add a user-agent to the header level. Then we always get http status 401 unauthorized. We use following Code to connect:
<connect><destProtocol>https</destProtocol><destHost>open-api.getklar.com</destHost><destPort>443</destPort><destPath>/12.2022/orders/status</destPath><query/><proxyHost/><proxyPort/><method>GET</method><authentification>bearer</authentification><user/><password/><user2query/><password2query/><trustStoreURI/><keyStoreURI/><tlsVersion/><readTimeout/></connect><dtd/><pltype>json</pltype><htta><par id="httpheader.Authorization" value="Bearer ??????????"/><par id="httpheader.Content-Type" value="application/json; charset=utf-8"/><par id="httpheader.User-Agent" value="Test"/></htta>
Any ideas?