05 Mar 2025 08:52 PM
What are the alternatives to request attributes for Node.js?
In the header they use a JSON Web Token, from which I could extract information after decoding it. Will this be possible with attributes?
Solved! Go to Solution.
06 Mar 2025 04:16 AM
Hi @Seba-Gadrid ,
It is possible to set request attributes using HTTP headers. here is information from the document.
https://docs.dynatrace.com/docs/shortlink/request-attributes-web-requests#request-attribute-sources-...
Technology-independent sources, such as:
In the last two cases, you can also choose the side of the web request on which to capture and store the attribute.
07 Mar 2025 08:07 PM
Hello @RohitBisht
The information I need comes in a bearer token, will it be possible to extract it from there?
07 Mar 2025 09:02 PM
Ideally we should be able to capture as request headers are supported. Best is to test it out.