21-May-2020
03:11
- last edited on
04-Jun-2023
21:27
by
JimmyPackets
Hello,
after activation L7DOS protection profile TPS by Client ID(JS challange) on web application we have problem with accepting advertisement by facebook
we have all Benign categories set to report, we have whitelisted all facebook IP https://developers.facebook.com/docs/sharing/webmasters/crawler/ by rule
if {[class match $ipSource equals white_FB_IP]} {
set bot_reason "L7DOS_allowed_facebook_"
append bot_reason $req_country
DOSL7::disable
return
}
answer from facebook is link URL is not accessible I can see that they accessed URL successfully but they report it until I switch off TPS client ID could you help me where could be the issue? have somebody solved such a issue?
thank you