on 2020 Dec 31 6:03 AM
Context:
I've built several integrations between various procurement platforms (Coupa, SAP Ariba, OSN, et al.) and my company's Netsuite account (cloud-based ERP system). Because Netsuite requires very specific authentication headers, I am unable to integrate these platforms directly. Instead, I built a middelware app in Nodejs (hosted on an AWS EC2 windows instance) to do two things:
Problem: the inbound endpoints this middleware app uses are plain old http; formatted as such:
http://[ec2 public dns ipv4 address]:8080/example-company
I have two goals for these endpoints:
http --> httpsintegrations.mycompany.com/example-client)Caveat: I'm not sure how many of these clients will respond in a timely fashion once I update the endpoints. In the meantime, if possible, I'd like to redirect their existing calls.
Questions:
https version of my middleware app?http?If it's not obvious I've very little experience on the server side of things.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.