08-09-2016 01:54 AM
I have a requirement from one of the department inside my office for just allowing the tweetdeck.twitter.com, where as i dont want to allow complete twitter.com, How can i put an regualr expression to just allow tweetdeck and to block complete twitter.com, am using WSA 8.0.7
Thanks in advance...
08-09-2016 05:23 PM
You can create a custom category for tweetdeck.twitter.com and then allow it.
08-09-2016 09:12 PM
I did a custom Category for tweetdeck for allowing it,but whenever i allow tweetdeck it wont work unless i allow twitter.com..
.
08-09-2016 09:14 PM
It may indicate that your custom category could not match all required links. In regards to the website access issue,please get the WSA accesslogs while reproducing it in order to see the behaviour of WSA when handling the request.
To grep the access logs for an entry, SSH into the WSA and run the following command from the CLI:
1. Grep
2. Enter the number of the log you wish to grep: 1 (for accesslogs)
3. Enter the regular expression to grep: <client IP>.*<url accessed>
4. Do you want this search to be case insensitive?: Y
5. Do you want to tail the logs?: Y
6. Do you want to paginate the output?: N
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide