Jump to content

HTTP Interceptor


Recommended Posts

Hi All,

We came across requirement to generate log to enable tracing log E2E. so needs to generates log for following scenarios to support the use case.

- all the attributes received in HTTP request including header attributes to TIBCO

- pass the header attributes available in HTTP header to south bound system in header.

we do understand we can very well do by changing application level - read the attributes , log it and pass to soth bound system

but wanted to generate log in HTTP intercepter level. From HTTP intercepter read attributes in header, log it and send to southbound system in header. how can we achieve this

 

How can we achieve thishow can we achieve this

Link to comment
Share on other sites

For the first part of your question (log of received HTTP header) you can enable some traces following the explanations in this article :https://community.tibco.com/wiki/how-enable-activity-level-logging-busin...

For the second part about forwarding the received headers to the southbound system this is managed for some fields when using authentication policies. You might found useful elements in the following article :https://community.tibco.com/wiki/how-access-http-headers-while-exposing-...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...