chuyenim opened a new issue #4684:
URL: https://github.com/apache/trafficserver/issues/4684


   Hi
   I want to track **urls of client requests** so in the logging.config:
   ```
   -- Squid Log Format.
   squid = format {
     Format = '%<cqts> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> %<cquc> 
%<caun> %<phr>/%<pqsn> %<psct>'
   }
   
   log.ascii {
     Format = squid,
     Filename = 'squid'
   }
   ```
   In the ATS documentation:
   `
   cquc | Client Request | Canonical URL from the client request to Traffic 
Server. This field differs from cqu by having its contents URL-escaped (spaces 
and various other characters are replaced by percent-escaped entity codes).
   `
   
   I thought `cquc `will be the client request (the url I paste in my browser) 
but it is actually the origin server.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to