Calling internal service endpoints via plugin proxy
How to call internal service endpoints in a plugin proxy
Prerequisites
Considerations
Step 1: Create request forwarding configuration
{
"private": [
{
"method": "any",
"path": "/*",
"origin": "http://cities.internal.my-company.com"
}
]
}
Step 2: Configure Axon Docker container
Step 3: Include the Axon call in your plugin proxy code
Last updated
Was this helpful?