How do we handle the http session in littleproxy? I read about couple of approaches where in which one can use HTTP cookies and other is HTTP authentication headers.
Does littleproxy supports cookie handling or does it support the authentication header and sends a challenge response 401 to the browser client?
Cookie approach on other hand depends on the web server. Until web server allocates it, it won't be available to the user/browser.
I need to implement a scenario where I need to track every user's interaction on HTTP proxy, and provide specific treatment to each user depending on its profile e.g. I may block or remove images from web page for a given user, but allow them for others. How do I differentiate the HTTP traffic generated by one user from another.