Passing Dynamic Tokens in the API Header
Osmos does not support passing dynamic tokens in the header for API connector. This page outlines an alternative approach to achieve the same outcome.
Approach
Configuring
x-Osmos-Outbound-Url: https://httpbin.org/post
x-Osmos-Query-Param-Fields: queryparam1,queryparam2{
foo: 'dfoo',
bar: 'dbar',
baz: 'dbaz',
queryparam1: 'dqp1',
queryparam2: 'dqp2'
}Sample Server
How to invalidate the session token
Option 1 (preferred):
Option 2:
Last updated
Was this helpful?
