Capturing data from request header for t and tl calls | Community
Skip to main content
Morish2412-2
New Participant
February 24, 2024
Solved

Capturing data from request header for t and tl calls

  • February 24, 2024
  • 1 reply
  • 1336 views

Hey, we have a use case where, the development team is appending certain values to the request header and i was wondering if there is a way to capture the value and set it in an eVar or Prop value.

 

Either by processing rules or vista rules.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

Do you mean your developers are appending values to the request headers of the s.t and s.tl calls themselves? Are you using some sort of custom implementation?

 

I don't believe this is possible... At least not without getting Adobe Engineering involved... Processing Rules don't have deep functionality to read request headers.

 

It's possible that this might be something a VISTA rule can do, but getting a VISTA rule configured will be an extra charge, since you need Adobe Engineers to create a custom rule for you. I'm not even sure if this would be possible, you would have to contact Adobe to find out.

 

Now, if you mean your developers have custom header data on your pages, and you need to capture that in your s.t and s.tl calls, that is different. While only limited Header info is available via JS, your developers could create a middleware to read the custom headers and set those values into a JS object on that page that you can read with Launch.

1 reply

Jennifer_Dungan
Jennifer_DunganAccepted solution
New Participant
February 27, 2024

Do you mean your developers are appending values to the request headers of the s.t and s.tl calls themselves? Are you using some sort of custom implementation?

 

I don't believe this is possible... At least not without getting Adobe Engineering involved... Processing Rules don't have deep functionality to read request headers.

 

It's possible that this might be something a VISTA rule can do, but getting a VISTA rule configured will be an extra charge, since you need Adobe Engineers to create a custom rule for you. I'm not even sure if this would be possible, you would have to contact Adobe to find out.

 

Now, if you mean your developers have custom header data on your pages, and you need to capture that in your s.t and s.tl calls, that is different. While only limited Header info is available via JS, your developers could create a middleware to read the custom headers and set those values into a JS object on that page that you can read with Launch.

Morish2412-2
New Participant
February 27, 2024

HI @jennifer_dungan ,

 

We indeed want to reach the header information from t and tl calls and set values into an variable using vista and processing rules. 

I wanted to know if someone has already done so using Vista rule. We will engage the PS and get some answers here.

This are some specials headers we want to append to t and tl calls from our AKAMAI servers.

Jennifer_Dungan
New Participant
February 27, 2024

OK, got it. I have not seen this specific custom use case, but I feel that your best bet would be VISTA rules.

 

Good luck.