How can a request body be sent to a target URL using the 'Route via HTTP(s)' assertion?
All supported versions of the API Gateway
1. Create a new context variable:
For example, if you want to post a username and password to the endpoint
2. Add a 'Route via HTTP(s)' assertion to the policy. This must appear somewhere below the context variable created above
3. Open the properties dialog for the route assertion
4. On the main screen enter your desired URL
5. For the 'Request Source' field select the message variable we created above
6. Save and activate the policy