cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
781
Views
0
Helpful
3
Replies

how can i allow only https://tweetdeck.twitter.com/ and block twitter.com on WSA 8.0.1

sanjayiyengars
Level 1
Level 1

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...

3 Replies 3

Tao Yang
Cisco Employee
Cisco Employee

You can create a custom category for tweetdeck.twitter.com and then allow it.

I did a custom Category for tweetdeck for allowing it,but whenever i allow tweetdeck it wont work unless i allow twitter.com..

.

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