HTTPS report

Avatar
  • updated
  • Answered
I would like to see a report that shows HTTP hits, vs HTTPS hits.. (or similar stats) It would be nice to know how many users are utilizing HTTPS.. Any tips or easy ways to do this?
Avatar
Michael
If you use a Professional or Enterprise version and your log files contains the port number, you can create the port report in Options > Report > Tables. You need to create a new table and choose "Port" as main data.

Port 80 corresponds to HTTP and port 443 corresponds to HTTPS.
Avatar
James Kmetz
Where should i add the "port" in the log chain? Also do i need to add a variable in WLE that is looking for the port? Can you give me an example please.

Thanks,
Avatar
Michael
First of all you need to add the port field to your log files (if it doesn't exist yet). After it you need to modify the custom Apache format string in the profile properties by adding the %p field identifier. For example:

%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" - %T %p
Avatar
James Kmetz
Ok, I didn't know what the WLE field id was.. thanks.