Forum Discussion

Roman_'s avatar
Roman_
Icon for Altostratus rankAltostratus
May 21, 2020

L7DOS TPS by Device ID & facebook

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

No RepliesBe the first to reply