| .ncaa_is_interstitial | R Documentation |
Some stats.ncaa.org routes (e.g. /teams/{id}/season_to_date_stats) are
gated behind Akamai Bot Manager. When challenged, the server returns HTTP 200
but the body is a short interstitial shell (a bm-verify meta-refresh, an
akamai_validation.html iframe, or a request_quota_reached.html notice)
rather than the data page. A static request cannot solve the challenge, so we
detect the shell and degrade gracefully instead of silently scraping a page
that has no data tables.
.ncaa_is_interstitial(body)
body |
A character scalar: the response body (HTML) as text. |
TRUE when body looks like an Akamai interstitial, else FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.