Forum Discussion
pablo_stalteri_
Feb 08, 2011Nimbostratus
Tethering heuristics
Hi all,
I am looking for information about heuristics that can be implemented using iRule to identify if a subscriber is tethering using a mobile device (iPhone, iPad, handset, BlackBerry, e...
hooleylist
Feb 08, 2011Cirrostratus
Hi Pablo,
I think the first question is how can you identify the characteristics you're looking for using standard HTTP/HTML/scripting. Once you figure that out, you can try to implement it in an iRule.
Can you determine whether a user is tethering from the User-Agent header? If so, you could look for this by parsing [HTTP::header User-Agent]. Else, can you use Javascript to ask the client to provide this data? If so, you could send an HTTP response using HTTP::respond. Or you could inject the Javascript into response content by collecting and modifying the payload with HTTP::collect and HTTP::payload, respectively.
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects