AdguardTeam/CoreLibs

Add $ping content type

ameshkov opened this issue · 3 comments

  • Check how we can distinguish requests sent by navigator.sendBeacon
  • Add this content type support
  • Add it to the knowledge base

navigator.sendBeacon can send any content-type (including empty, or not existed for example "my/content")

Got it:(

Actually, it is possible to detect at least beacons sent by "ping" attribute:
image

<a href="blahbl" ping="url">tracked link</a>