JumpWire Overview
HTTP Proxy
2min
When running as an API layer, JumpWire exposes endpoints that mirror existing endpoints. JumpWire will terminate SSL, inspect the payload, transform properties if necessary, then forward the request to the existing API. In most situations, only DNS entries need to be changed to reroute requests, and no application code modification is necessary.
JumpWire can also load data directly from an API request into a database, after applying security transformations on the incoming data. This is useful for ELT workflows where processing data occurs outside of the lifecycle of an HTTP request.
Coming soon!