Can session be used for request header?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I have a login service that outputs a token. **Image removed for security reasons**

I'm thinking of setting the token as a session that will be used as part of request header for another operation.**Image removed for security reasons**

Is this feasible? The api's are not ready yet hence I'm unable to test this.

Hi,

This is possible, we can use session data for header params. Your mapping is fine, you will get the session data mapped to your header param Authorization.

Thank you!