Another method is to create a custom appid where you check for http-header values such as HEAD, GET and POST and only allow those. This way it will allow blank http requests if thats what you need (and blocking smtp, snmp and other stuff which isnt http). However I think web-browsing should do this. A problem with appid in PA is that web-browsing is an appid on its own. It means that once the traffic is being recognized as some other appid you must allow that aswell. For example youtube. The first request will most likely be logged as web-browsing, but soon the PA will discover that this is a specific appid named "youtube" and will handle the traffic as such. If you only allowed "web-browsing" then your traffic will suddently get blocked (unless you add youtube as allowed appid, or for that matter create an appid on your own with "loose" settings).
... View more