- nano /usr/local/jive/etc/httpd/sites/default.conf
- change the following line:
- from CustomLog "${LOG_DIR}/jive-httpd-access.log" common
- to CustomLog "${LOG_DIR}/jive-httpd-access.log" "%{HEADER}i"
- restart httpd service
- su - jive
- jive restart httpd
- tail the apache access log
- tail -200f /usr/local/jive/var/logs/jive-httpd-access.log
- header value will be displayed on the logs once the request is triggered
For base64-encoded JSON header values you can use Free Online Base64 Encoder / Base64 Decoder Tool - Freeencoder.com to decode.
Comments