Hello Everyone, we are trying to establish a connection with an outside API (not in BOSCH) in order to retrieve some needed information , we are using Node Js server (within BOSCH) to make the connection but we are getting the followin error “tunneling socket could not be established, statusCode=407” what is interesting is that on our local or using postman the call is successfull , no issues whatsoever, the problem comes when the service makes the call. So we are assuming there is some kind of whitelist or something that stops the calls to this external interface though the proxy Does anyone has ever communicated with a non BOSCH api from a BOSCH server? any help would be appreciated. Thanks
... View more