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 <[email protected]> wrote: > 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 I achieve all this through Squid or do I need to add other software's > as well. > > > On Wed, Jul 5, 2017 at 2:04 AM, Yuri <[email protected]> wrote: > >> 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? >> >> 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? >> >> On Wed, Jul 5, 2017 at 1:49 AM, Yuri <[email protected]> wrote: >> >>> Let's open squid's default access.log: >>> >>> 1499201177.345 155 *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 yours redirector, I think. >>> Usually this data exactly present in redirector logs because of this is >>> _most_ interesting data. >>> ;-) >>> >>> 05.07.2017 0:56, 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 >>> >>> >>> _______________________________________________ >>> squid-users mailing >>> [email protected]http://lists.squid-cache.org/listinfo/squid-users >>> >>> >>> >>> _______________________________________________ >>> squid-users mailing list >>> [email protected] >>> http://lists.squid-cache.org/listinfo/squid-users >>> >>> >> >> >
_______________________________________________ squid-users mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-users
