Hi I have various response pages configured to allow the user to click and send an email when hitting a blocked site. The URL one works fine - user clicks continue, new email pops up with the following placed in the email : URL and user name. For File blocking, I cannot get the URL to go in to the email, it's always the IP address instead that gets carried over. Even using the exact same above URL HTML code/page, the URL doesn’t appear. Code: <img src="xxx"> <h1>File Download Alert</h1> <p>*Our corporate disclaimer* Please click <a href="mailto:x.x@x.com?subject=File%20Download%20-%20Access%20Request:<url/>&body=File%20Download:%20<url/>%0AID:%20<user/>%0ABusiness%20Reason%20For%20Access:%20">here</a> to request access</p> <p><b>ID:</b> <user/> </p> <p><b>URL:</b> <url/> </p> Email for URL: Subject - Web Site - Access Request:download.cnet.com/ BRI Blocked URL: download.cnet.com/ ID: domain\username Business Reason For Access: Email for File Blocking: Subject - File Download - Access Request 250.18.203 BRI File Download: 34.250.18.203 ID: domain\username Business Reason For Access:
... View more