How to get HTTP Scheme from request header

Not applicable

We have a requirement to use HTTP Scheme as a flow variable. How can we extract the HTTP scheme from request header and use it as a flow variable?

0 3 934
3 REPLIES 3

@Sehreen Khan , You mean extract the protocol whether http or https from request URI ?

Not applicable

@Anil Sagar Yes. That is the requirement.

@Sehreen Khan ,

Please use below flow variable. You can find all out of the box flow variables here in our docs.

client.scheme

Scope begins: Proxy request
Type: String
Permission: Read

Returns http or https depending on the transport used by client app to send the request message.