Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
You are welcome :-) 05.07.2017 3:46, Muhammad Usman пишет: > Thanks a lot.. > > On Wed, Jul 5, 2017 at 2:42 AM, Yuri > wrote: > > Sure, > > http://c-icap.sourceforge.net/ > > http://e-cap.org/ > > however remember: you still require to write required mod

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
Thanks a lot.. On Wed, Jul 5, 2017 at 2:42 AM, Yuri wrote: > Sure, > > http://c-icap.sourceforge.net/ > > http://e-cap.org/ > however remember: you still require to write required module by yourself. > ;-) > > 05.07.2017 3:31, Muhammad Usman пишет: > > Can you please recommend tools designed for

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
Sure, http://c-icap.sourceforge.net/ http://e-cap.org/ however remember: you still require to write required module by yourself. ;-) 05.07.2017 3:31, Muhammad Usman пишет: > Can you please recommend tools designed for this? > > On Wed, Jul 5, 2017 at 2:27 AM, Yuri > w

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
Can you please recommend tools designed for this? On Wed, Jul 5, 2017 at 2:27 AM, Yuri wrote: > This is a solution, too. But more better to do this with specific tool, > designed for this tasks exactly. > > 05.07.2017 3:24, Muhammad Usman пишет: > > I dont want to redirect them to some splash pa

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
This is a solution, too. But more better to do this with specific tool, designed for this tasks exactly. 05.07.2017 3:24, Muhammad Usman пишет: > I dont want to redirect them to some splash page, I want to > continuously inject my JS script in their session. Currently I am able > to do this using

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
I dont want to redirect them to some splash page, I want to continuously inject my JS script in their session. Currently I am able to do this using dansguardian. The only part pending is to send IP & other information as parameter. http://mysite.com/js";> On Wed, Jul 5, 2017 at 2:17 AM, Yuri

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
05.07.2017 3:13, Muhammad Usman пишет: > This assumes that AP will send its MAC and Customer MAC while proxying > traffic to the server. Otherwise I can pass Source IP as parameter as > well. Something like, yes. > > On Wed, Jul 5, 2017 at 2:12 AM, Muhammad Usman >

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
05.07.2017 3:12, Muhammad Usman пишет: > Thanks again. > I have trying to setup hotspots and I want to pass all user traffic > through the proxy server and inject ads (through injection of a JS > script in html). I want to pass some parameters like AP MAC and > Customer MAC as parameters to the J

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
This assumes that AP will send its MAC and Customer MAC while proxying traffic to the server. Otherwise I can pass Source IP as parameter as well. On Wed, Jul 5, 2017 at 2:12 AM, Muhammad Usman wrote: > Thanks again. > I have trying to setup hotspots and I want to pass all user traffic > through

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
Thanks again. I have trying to setup hotspots and I want to pass all user traffic through the proxy server and inject ads (through injection of a JS script in html). I want to pass some parameters like AP MAC and Customer MAC as parameters to the JS script, in order to keep track at user level. Can

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
However HTTP headers is yet another story. To work with them on the fly - partially, for injecting Ads into pages - you require a bit another tool, named Content Adaptation (ICAP/eCAP). So, finally. Logs is one thing, header/content manipulation - another. What do you want to achieve exactly? 0

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
05.07.2017 2:54, Muhammad Usman пишет: > Thanks a lot for your reply. > Can you please confirm if it is possible to receive custom attributes > in header and if yes, then how can I use those attributes like MAC etc? http://wiki.squid-cache.org/Features/LogFormat http://www.squid-cache.org/Doc/con

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
Thanks a lot for your reply. Can you please confirm if it is possible to receive custom attributes in header and if yes, then how can I use those attributes like MAC etc? On Wed, Jul 5, 2017 at 1:49 AM, Yuri wrote: > Let's open squid's default access.log: > > 1499201177.345155 *172.16.100.3*

Re: [squid-users] Get calling User Details on server

2017-07-04 Thread Yuri
Let's open squid's default access.log: 1499201177.345155 *172.16.100.3* TCP_MISS/200 633 GET https://discovery-v4-4.syncthing.net/v2/?device=DEVICE_ID - ORIGINAL_DST/95.85.19.244 application/json third (.|awk {'print $3'}) is exactly client IP. How to get it in redirector? Read manual of

[squid-users] Get calling User Details on server

2017-07-04 Thread Muhammad Usman
Hi, I have configured Squid and Dansguardian successfully on Ubuntu. I want to inject ads in user browsing (with user consent). I want to get details about the user like their IP etc but I dont know how to get this in Squid and then pass on to dansguardian. Any help would be appreciated. Thanks ___