Direct Authentication - forcing service endpoint to HTTPS and failing?
Content
Hi,
I am trialing Visual Builder in hopes to use it conjunction with our ERP system. I am trying to add endpoints to Visual Builder but for some reason the POST endpoints are not working. I need to pass the authentication token as an attribute in the request, so I am using the direct authentication. When I do this the requests fail and if I look at it in Chrome Developer the request is trying to use HTTPS instead of HTTP which is what is defined as the service endpoint address.
Is HTTPS a requirement? I can't seem to make it work with HTTP. I can call the endpoints that support GET where I am sending the authentication as defined in the service configuration, I just can't seem to get it working with POST and direct authentication?
0