- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2015 01:40 AM
How to create a cache bypass policy for one URL on cisco WSA
Solved! Go to Solution.
- Labels:
-
Web Security
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2015 04:47 AM
you can set the URL to be 'ignore' in the web cache (basically set that URL to never be cached in WSA)
To do this, you will need to set this in the CLI of WSA and issue 'webcache' command and 'Ignore' and 'URLS'
example:
WSA.lab> webcache
Choose the operation you want to perform:
- EVICT - Remove URL from the cache
- DESCRIBE - Describe URL cache status
- IGNORE - Configure domains and URLs never to be cached
[]> ignore
Choose the operation you want to perform:
- DOMAINS - Manage domains
- URLS - Manage urls
[]>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2015 04:47 AM
you can set the URL to be 'ignore' in the web cache (basically set that URL to never be cached in WSA)
To do this, you will need to set this in the CLI of WSA and issue 'webcache' command and 'Ignore' and 'URLS'
example:
WSA.lab> webcache
Choose the operation you want to perform:
- EVICT - Remove URL from the cache
- DESCRIBE - Describe URL cache status
- IGNORE - Configure domains and URLs never to be cached
[]> ignore
Choose the operation you want to perform:
- DOMAINS - Manage domains
- URLS - Manage urls
[]>
