Share data between Proxy Connect Request and Following GET

Asked by Jatin

Hi Alex,

Is it possible for ecap to preserve data stored in CONNECT request and then read/retrieved in GET/s request which follows the CONNECT request.

I am using squid and using external auth helper setting up a note in CONNECT request. Squid does not seem to store the note for the following GET (I have confirmed that through logs).

Hence I was hoping if I could relate the CONNECT request to GET request and retrieve the data.

Question information

Language:
English Edit question
Status:
Solved
For:
eCAP Edit question
Assignee:
No assignee Edit question
Solved by:
Jatin
Solved:
Last query:
Last reply:
Revision history for this message
Alex Rousskov (rousskov) said :
#1

This is Squid-specific rather than an eCAP-generic solution, but try annotating the client (clt_conn_tag=... sent by the helper or annotate_client in squid.conf) instead of annotating the client request (custom tag sent by the helper or annotate_transaction in squid.conf). If you need further help with configuring that, try the squid-users mailing list.

Revision history for this message
Jatin (jbhasin83) said :
#2

Thanks Alex