OK
http://www.riverbelle.com/
Websites
Runtime: 2.4s
On January 18, 2025, 06:50 AM UTC, http://www.riverbelle.com/ was accessible when tested on AS8167 in Brazil.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
201.10.124.2
Query:
IN A www.riverbelle.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
172.64.149.31
@
IN
A
104.18.38.225
Query:
IN AAAA www.riverbelle.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
AAAA
2606:4700:4400::ac40:951f
@
IN
AAAA
2606:4700:4400::6812:26e1
TCP Connections
Connection to 104.18.38.225:80 succeeded.
Connection to 172.64.149.31:80 succeeded.
Connection to 2606:4700:4400::6812:26e1:80 succeeded.
Connection to 2606:4700:4400::ac40:951f:80 succeeded.
HTTP Requests
URL
GET https://www.riverbellecasino.com
Response Headers
Cf-Cache-Status:DYNAMICCf-Ray:903ca71a6b8c5c58-CWBContent-Type:text/html; charset=UTF-8Date:Sat, 18 Jan 2025 06:50:48 GMTServer:cloudflareSet-Cookie:qs=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0Vary:Accept-Encoding
Response Body
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script type="text/javascript"> var referrer = "http://www.riverbelle.com/"; var visitID; document.addEventListener("tracked", function (event) { visitID = event.detail.data.visitId; if (dataLayer[0] != null) { //console.log("DataLayer is not null"); if (dataLayer[0].visitGUID == null) { //console.log("visitGUID is null. Setting visitGUID"); dataLayer[0].visitGUID = visitID; } } }); var dataLayer = [{ "rememberMe": undefined, "referrer": "http://www.riverbelle.com/", "regltd": "", "correlationId": "B133BAA2-9A3D-97C9-6330-5B2C3DF574D0", "mediaBannerId": "typeintraffic", "affiliateId": "typeintraffic", "brandShortCode": "RBC", "campaignId": "typeintraffic", "containerType": "brand", "brandName": "riverbellecasino", "productName": "casino", "language": "en", "visitGUID": visitID, "PromoId": "25048", "countryIsoCode": "br" }]; function gtag() { dataLayer.push(arguments); } gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied' }); </script> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push( { 'gtm.start': new Date().getTime(), event: 'gtm.js' } ); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-MLKW5SB');</script> <!-- CrUX Step 1 : Default settings & Page Timing elements --> <script src="https://www.riverbellecasino.com/rbc/js/first-input-delay.min.js" type="text/javascript"></script> <script type="text/javascript"> //Try Catch Helper function var callCatchMe = function (error, ref) { //console.error(error); dataLayer.push({ "event": "CrUXEventTrigger.gtm_performance_error", "eventCategory": "Performance Metric Error", "eventAction": "Notification", "eventLabel": ref, "gtm_value": error, "nonInteraction": true }); } if (document.addEventListener) { document.addEventListener("DOMContentLoaded", function (event) { if ("performance" in window) { var dclTime = Math.round(performance.now()); //if (console) {console.log("* DOM fully loaded and parsed ", dclTime);} dataLayer.push({ "event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": "navigation", "eventLabel": "dom-content-loaded-event", "eventValue": dclTime, "gtm_value": '', "nonInteraction": true }); } }); } else { callCatchMe('document.addEventListener not available', 'DOMContentLoaded'); } if (window.addEventListener) { window.addEventListener("load", function (event) { if ("performance" in window) { var dlTime = Math.round(performance.now()); //if (console) {console.log("* All resources finished loading!", dlTime);} dataLayer.push({ "event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": "navigation", "eventLabel": "onload-event", "eventValue": dlTime, "gtm_value": '', "nonInteraction": true }); } //Disconnect Longtask performace observer if (typeof observer != "undefined") { observer.disconnect(); } }); } else { callCatchMe('window.addEventListener not available', 'load'); } if ("PerformanceObserver" in window) { var observer = new PerformanceObserver(function (list) { var perfEntries = list.getEntries(); for (var i = 0; i < perfEntries.length; i++) { var entry = perfEntries[i]; var metricType = entry.entryType; var metricName = ((entry.name == 'unknown') ? metricType + ' (unknown)' : entry.name); var time = Math.round(entry.startTime + entry.duration); var attribution = ''; //if (console) { console.log('GTM - Name:', metricName, '- Type:', metricType, '-- Start time:', entry.startTime, '- Duration:', entry.duration, '- Time:', time); } if (entry.entryType == 'longtask') { attribution = JSON.stringify(entry.attribution) //if (console) {console.log('GTM - Attribution: ', attribution);} } dataLayer.push({ "event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": metricType, "eventLabel": metricName, "eventValue": time, "gtm_value": attribution, "nonInteraction": true }); } }); observer.observe({ entryTypes: ['paint', 'longtask'] }); } else { callCatchMe('PerformanceObserver not available', 'PerformanceObserver'); } var loadScript = function (src, callbackfn) { try { var newScript = document.createElement("script"); newScript.type = "text/javascript"; newScript.setAttribute("async", "true"); newScript.setAttribute("src", src); if (newScript.readyState) { newScript.onreadystatechange = function () { if (/loaded|complete/.test(newScript.readyState)) callbackfn(); } } else { newScript.addEventListener("load", callbackfn, false); } document.getElementsByTagName('head')[0].appendChild(newScript); } catch (error) { callCatchMe(error, 'tti'); } } loadScript("https://www.riverbellecasino.com/rbc/js/tti-polyfill.js", function () { ttiPolyfill.getFirstConsistentlyInteractive() .then(function (tti) { time = Math.round(tti); //if (console) { console.log('GTM - TTI: ', time); } return dataLayer.push({ "event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": "TTI", "eventLabel": "time-to-interactive", "eventValue": time, "gtm_value": '', "nonInteraction": true }); }); }); </script> <!-- CrUX Step 1 : Default settings & Page Timing elements END--> <title> Discover River Belle Online Casino & Play For Real Wins! </title> <meta name="description" content="River Belle is the best online casino that you are likely to ever find! Enjoy top quality casino games, play with big bonuses and stand to win a jackpot!" /> <link rel="canonical" href="https://www.riverbellecasino.com/" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic,greek" rel="stylesheet"> <link href="https://www.riverbellecasino.com/rbc/css/style.min.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <link rel="apple-touch-icon" href="https://www.riverbellecasino.com/rbc/images/rbc.png"> <link rel="manifest" href="https://www.riverbellecasino.com/manifest.json?v=wAvwKewdXG"> <meta name="theme-color" content="#230a02"> <!-- test ––--></head> <body class="home target-en" ng-app="rbcApp" onload="gtmTagging()"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MLKW5SB" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <header class="clearfix"> <div class="supportIcon"><a href="https://help.riverbellecasino.com" target="_blank" data-auto="HeaderSupportLink"><img src="https://www.riverbellecasino.com/rbc/images/live-help-icon-umbraco.png" alt="Help Centre" data-gtmid='900:8' data-info='Help Centre' data-ctx='Menu' /></a></div> <div class="container"> <div class="clearfix"> <div class="logo"><a href="https://www.riverbellecasino.com/"><img src="https://www.riverbellecasino.com/rbc/images/RBC-logo.png" data-gtmid='101:1' data-info='Logo' /><img class="since-1997" src="https://www.riverbellecasino.com/rbc/images/since-1997.png" /></a></div> <div class="siteNavigation"> <div class="language_menu siteNavBtns mobileHide" data-gtmid='104:2' data-info='Language' data-ctx='Language Pop' data-auto="HeaderLanguageLink"> Language </div> <div class="register_btn siteNavBtns mobileHide"><a class="reg_btn" href="https://auth.riverbellecasino.com/en/registration/?ul=en" rel="nofollow" data-gtmid='103:6' data-info='Register' data-ctx='Menu' data-auto="HeaderSignUpLink"> Register </a></div> <div class="desktop_login siteNavBtns" data-gtmid='103:7' data-info='Login' data-ctx='Menu'><a class="log_btn" href="https://auth.riverbellecasino.com/en/login/?ul=en" rel="nofollow" data-gtmid='103:7' data-info='Login' data-ctx='Menu' data-auto="HeaderLoginLink"> Login </a></div> <div class="siteNavBtns burgerMenu" data-auto="HeaderBurgerMenuLink"><img src="https://www.riverbellecasino.com/rbc/images/burger-menu-icon.png" alt="Menu" data-gtmid='900:8' data-info='Burger Menu' data-ctx='Menu' /></div> </div> </div> </div> </header> <div id="mySidenav" class="sidenav" data-auto="HeaderSidebarNav"> <a href="javascript:void(0)" class="closebtn" data-auto="HeaderBurgerMenuClose"><img src="https://www.riverbellecasino.com/rbc/images/close-icon.png" data-gtmid='903:9' data-info='Close Icon' /></a> <a href="/" class="burgerlogo"><img src="https://www.riverbellecasino.com/rbc/images/RBC-logo.png" data-gtmid='903:9' data-info='Close Icon' /></a> <a href="https://auth.riverbellecasino.com/en/registration/?ul=en" class="register_btn mobileShow" data-gtmid='901:11' data-info='Register'> Register </a> <a href="https://auth.riverbellecasino.com/en/login/?ul=en" class="desktop_login mobileShow" data-gtmid='901:12' data-info='Login'> Login </a> <a href="javascript:void(0)" class="language_menu mobileShow" data-gtmid='901:14' data-info='Language'> Language </a> <h4 data-gtmid="901:15" data-info="Get Started" data-auto=HeaderGetStarted>Get Started</h4><ul><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="901:16" data-info="How do I claim my casino bonus?" data-auto=HeaderClaimPromotionsLink>How do I claim my casino bonus?</a></li><li><a href="https://www.riverbellecasino.com/mobile-casino/" data-gtmid="901:16" data-info="Mobile Casino" data-auto=HeaderMobileCasino>Mobile Casino</a></li><li><a href="https://help.riverbellecasino.com/" data-gtmid="901:16" target='_blank' data-info="Help Centre" data-auto=SidebarHelpCentreLink>Help Centre</a></li></ul><h4 data-gtmid="901:15" data-info="Deposits and Withdrawals" data-auto=HeaderDepositWithdrawals>Deposits and Withdrawals</h4><ul><li><a href="https://www.riverbellecasino.com/banking/" data-gtmid="901:16" data-info="Banking" data-auto=HeaderBankingLink>Banking</a></li></ul><h4 data-gtmid="901:15" data-info="Promotions" data-auto=HeaderPromotions>Promotions</h4><ul><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="901:16" data-info="Promotions" data-auto=HeaderPromotionsLink>Promotions</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/rules/" data-gtmid="901:16" data-info="Promotion Terms" data-auto=HeaderPromotionsTermsLink>Promotion Terms</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/loyalty/" data-gtmid="901:16" data-info="Rewards" data-auto=HeaderLoyaltyRewardsLink>Rewards</a></li></ul><h4 data-gtmid="901:15" data-info="Casino Games" data-auto=HeaderCasinoGames>Casino Games</h4><ul><li><a href="https://www.riverbellecasino.com/casino-games/" data-gtmid="901:16" data-info="Casino Games" data-auto=HeaderCasinoGamesLink>Casino Games</a></li><li><a href="https://www.riverbellecasino.com/online-slots/" data-gtmid="901:16" data-info="Online Slots" data-auto=HeaderSlotsLink>Online Slots</a></li><li><a href="https://www.riverbellecasino.com/online-video-poker/" data-gtmid="901:16" data-info="Video Poker" data-auto=HeaderVideoPokerLink>Video Poker</a></li></ul><h4 data-gtmid="901:15" data-info="Table Games" data-auto=HeaderTableGames>Table Games</h4><ul><li><a href="https://www.riverbellecasino.com/online-roulette/" data-gtmid="901:16" data-info="Online Roulette" data-auto=HeaderRouletteLink>Online Roulette</a></li><li><a href="https://www.riverbellecasino.com/online-blackjack/" data-gtmid="901:16" data-info="Online Blackjack" data-auto=HeaderBlackjackLink>Online Blackjack</a></li><li><a href="https://www.riverbellecasino.com/online-baccarat/" data-gtmid="901:16" data-info="Baccarat" data-auto=HeaderBaccaratLink>Baccarat</a></li></ul><h4 data-gtmid="901:15" data-info="Tournaments" data-auto=HeaderTournaments>Tournaments</h4><ul><li><a href="https://www.riverbellecasino.com/blackjack-tournaments/" data-gtmid="901:16" data-info="Blackjack Tournaments" data-auto=HeaderBlackjackTournamentsLink>Blackjack Tournaments</a></li><li><a href="https://www.riverbellecasino.com/slots-tournaments/" data-gtmid="901:16" data-info="Slots Tournaments" data-auto=HeaderSlotsTournamentsLink>Slots Tournaments</a></li></ul><h4 data-gtmid="901:15" data-info="Other Games" data-auto=HeaderOtherGames>Other Games</h4><ul><li><a href="https://www.riverbellecasino.com/online-scratch-card/" data-gtmid="901:16" data-info="Scratchcards" data-auto=HeaderScratchcardsLink>Scratchcards</a></li><li><a href="https://www.riverbellecasino.com/live-dealer/" data-gtmid="901:16" data-info="Live Dealer" data-auto=HeaderLiveDealerLink>Live Dealer</a></li></ul><h4 data-gtmid="901:15" data-info="About Us" data-auto=HeaderAboutUs>About Us</h4><ul><li><a href="https://www.riverbellecasino.com/about-us/" data-gtmid="901:16" data-info="About Us" data-auto=HeaderAboutUsLink>About Us</a></li><li><a href="https://www.riverbellecasino.com/security-and-privacy/" data-gtmid="901:16" data-info="Privacy Policy" data-auto=HeaderPrivacyPolicyLink>Privacy Policy</a></li></ul> <div class="supportIconSidenav"><a href="https://help.riverbellecasino.com/" target="_blank"><img src="https://www.riverbellecasino.com/rbc/images/live-help-icon-umbraco.png" alt="Help Centre" data-gtmid='900:8' data-info='Help Centre' data-ctx='Menu' /></a></div> </div> <div class="hero" data-gtmid='116:75' data-info='Main Offer Image' data-more-info='Main Offer' data-ctx='Top Offer Block'> <div class="container" data-gtmid='116:75' data-info='Main Offer Image' data-more-info='Main Offer' data-ctx='Top Offer Block'> <div class="offer" data-gtmid='116:75' data-info='Main Offer Image' data-more-info='Main Offer' data-ctx='Top Offer Block'> <div class="offerSmallTxt" data-gtmid="108:47" data-info="Offer Text" data-ctx="Top Offer Block" data-auto="OfferContainerContent"> R$4000 BONUS </div> <div class="terms-breakdown" data-auto="HeaderOfferSignificantConditionsText"> 1st Deposit - Match Bonus up to R$1.000 • 2nd / 3rd Deposit - Match Bonus up to R$1.500 • 10 daily spins to win a Million • New customers only • Min deposit R$50 • <a href="https://www.riverbellecasino.com/casino-promotions/rules/" title="Promotion Terms">Wagering & Terms apply</a> </div> <div class="cta hero"><a class="reg_btn" href="https://auth.riverbellecasino.com/en/registration/?ul=en" data-auto="HeaderOfferSignUpButton" rel="nofollow" data-gtmid="110:48" data-info="Play Now" data-ctx="Top Offer Block">Sign up</a></div> <!-- <div class="find-out-more"><a href="https://www.riverbellecasino.com/casino-promotions/" data-auto="OfferFindOutMore" data-gtmid='114:49' data-info='Find Out More' data-ctx='Top Offer Block'> Find out more </a> | <a href="https://www.riverbellecasino.com/casino-promotions/rules/" data-auto="OfferPromoTermsLink"> Promotion Terms </a></div> --> </div> </div> </div> <div class="section content"> <div class="container"> <div class="row clearfix"> <div class="col-7"><h1>River Belle Online Casino</h1><p>River Belle is among the oldest and most established <a href="https://www.riverbellecasino.com/casino-games/">online casino</a>s in the world, having first gone live in 1997. Our sophisticated look, games, service and standards have been honed and polished over the years, to create the ultimate casino experience. Welcome to a lifetime of wonderful game play, huge bonuses and big jackpot wins!</p> <h2>High Standards in Every Way</h2> <p>We take every aspect of playing online seriously at River Belle Casino. Our Apricot software not only delivers the best games to you, it also ensures a smooth and easily navigable lobby so that you can find what you’re looking for and get to playing as soon as possible.</p> <p>To make managing your casino account and experiences as painless as possible, we also offer an extensive range of trusted banking options, including:</p> <ul class="mylist"> <li>Fast Bank Transfer</li> <li>MasterCard</li> <li>Maestro</li> <li>Visa Debit</li> <li>Visa Electron</li> <li>Neteller</li> <li>Entropay</li> <li>Direct Bank Transfer</li> <li>SwedbankGiropay</li> <li>Neosurf</li> <li>UseMyFunds</li> </ul> <p>The other feature you need to keep your playing experiences as uninterrupted as possible is reliable customer service. The support agents at River Belle are available via email or live chat, so you should be able to resolve any issues that arise and get back to enjoying yourself in no time at all.</p> </div> <div class="col-5"> <img src="https://www.riverbellecasino.com/rbc/images/photos-right1.jpg" /> </div> <div class="col-12"><div class="cta"><a class="reg_btn" href="https://auth.riverbellecasino.com/en/registration/?ul=en" data-auto="FooterCTABarSignUpText" rel="nofollow" data-gtmid="700:62" data-info="Play Now">Sign up</a></div></div> </div> </div> </div><div class="section content-trust"> <div class="container text-center"> <div class="row clearfix"> <div class="col-12"><h2>Trusted Online Casino Software</h2> <p>In keeping with bringing our players nothing but the best, we knew we needed to choose world-class software to power River Belle. That’s why we chose Apricot, and we’ve haven’t looked back since.</p> <p>Apricot has been going since 1994, so the team is even more experienced than we are, and like us they’ve spent the years building and maintaining a solid reputation. Every game that they develop and produce boasts incredible graphics and sounds, as well as immersive design that will entertain you from the first time you play, and every time after that. Our beautifully functional and easily navigable lobby also runs so well because of Apricot.</p> <h2>Play the Way You Want To</h2> <p>Apricot’s cutting edge casino software also means that River Belle will work in any situation, so whatever works best for you is easily accommodated. You can play on your desktop, smartphone or tablet, in a mobile download or instant-play format, without compromising on any quality at all.</p> <p>If you’re interested in <a href="https://www.riverbellecasino.com/mobile-casino/">mobile play</a>, you’ll be glad to know that River Belle is perfectly compatible with every device and handset on the market. Whether you prefer Windows, iOS, <a href="https://www.riverbellecasino.com/mobile-casino/android/">Android</a>, Blackberry or any other option, you can get the best games on the go.</p> <p>Being able to play as you carry on with the rest of the day is very convenient, of course, and means you never need to miss out on a paying opportunity again. To make things even better for our busy players, we’ve made it possible to access the same River Belle Casino account across any device you might use.</p> <p>You can start playing on your desktop at home, continue on your smartphone as you travel to work and finish on your tablet as you wait for a meeting to start!</p> <div class="cta ctaCentered"><a class="reg_btn" href="https://auth.riverbellecasino.com/en/registration/?ul=en" data-auto="FooterCTABarSignUpText" rel="nofollow" data-gtmid="700:62" data-info="Play Now">Sign up</a></div></div> </div> </div> </div><div class="section content"> <div class="container"> <div class="row clearfix"> <div class="col-7"><h2>Play Your Favourite Casino Games</h2> <p>The superb range of casino games that we offer at River Belle means that in addition to deciding how to play based on your own preferences and circumstances, you can also decide what to play no matter what sort of game you’re in the mood for.</p> <p>Apricot is especially famous for producing incredible Slots games, and you can choose from the full range at River Belle. Classic Slots sit comfortably alongside Tomb Raider, Avalon II, Ladies Nite and other popular Video Slots, and for an extra layer of excitement you can play Progressive Jackpot and Megaspin games including Mega Moolah and Break da Bank Again.</p> <p>For a change of pace, check out <a href="https://www.riverbellecasino.com/online-blackjack/">Blackjack</a>, Roulette, Baccarat, Video Poker and Scratchcards. We also run Slots and Blackjack tournaments, which can help you shake up your playing routine. Go head to head with other players in a Slots tournament and stand to win a huge payout for a relatively small buy-in, or play Blackjack against fellow enthusiasts for an enjoyably social experience. Our Blackjack tournaments are the perfect way to try out new tactics and to build up your confidence before risking any money.</p> <p>Whatever casino games you enjoy, you’re sure to find them at River Belle, and with over 500 titles to choose from, there’s something for everyone!</p> <h2>The Best Casino Bonuses Online</h2> <p>The only thing better than playing top-quality casino games online is enjoying payouts and bonuses to match, and that’s definitely the case at River Belle. Our Welcome Bonus is especially generous, but once you’ve finally used it up there are plenty of other promotions to keep your player account topped up. Our generous Loyalty Programme will do the same, rewarding you for every real money bet that you place. The rewards at River Belle Casino round off what we have to offer perfectly. Sign up at River Belle Casino and indulge in world class gaming and so much more!</p> </div> <div class="col-5"> <img src="https://www.riverbellecasino.com/rbc/images/photos-right2.jpg" /> </div> <div class="col-12"><div class="cta"><a class="reg_btn" href="https://auth.riverbellecasino.com/en/registration/?ul=en" data-auto="FooterCTABarSignUpText" rel="nofollow" data-gtmid="700:62" data-info="Play Now">Sign up</a></div></div> </div> </div> </div><footer class="section"> <div class="container"> <div class="row clearfix"> <div class="col-3 footer-logo"> <div><a href="https://www.riverbellecasino.com/"><img src="https://www.riverbellecasino.com/rbc/images/footer-logo.png" data-gtmid='600:63' data-info='Logo' /></a></div> <div data-auto='FooterLicenseText'> <p data-gtmid='601:74' data-info='License'> Baytree Interactive Ltd (69691), a Guernsey registered company with registered address at Ground Floor, Kingsway House, Havilland Street, St Peter Port, Guernsey. Baytree Interactive Ltd is licensed by the Kahnawake Gaming Commission, license number: 00892 (issued 16 February 2022) </p> <p data-gtmid='601:74' data-info='License'>© 2025 River Belle Casino </p> </div> </div> <div class="col-3"> <div class="icons"> <ul> <li> <a href="https://www.riverbellecasino.com/mobile-casino/"> <img src="https://www.riverbellecasino.com/rbc/images/systems.png" alt="Our Casino Platforms" data-gtmid="600:64" data-info="Operating Systems" data-pos="1" data-ctx="Operating Systems" /> </a> </li> <li class="kahnawake sprite"><a target="_blank" href="https://certificates.gamingcommission.ca/KGCCertificates.aspx?id=fde5c431-f987-41da-beef-b9da558f8d7f" rel="nofollow" data-gtmid="600:69" data-info="Kahnawake" data-pos="6" data-ctx="TrustQ" data-auto="FooterKGCLogoLink"> <img src="https://www.riverbellecasino.com/rbc/images/kahnawake.png" data-gtmid="600:72" data-info="Kahnawake" data-pos="7" data-ctx="TrustQ" data-auto="FooterKGCLogoImage"/></a></li> <li><img src="https://www.riverbellecasino.com/rbc/images/devices.png" alt="Mobile" data-gtmid="600:65" data-info="Device Compatibility" data-pos="2" data-ctx="Operating Systems" /></li> <li><a href="https://secure.ecogra.org/certification/26e400e6-9b3e-4aca-ab15-4ded3830c1bf" target="_blank" rel="nofollow" data-auto="FooterEcograLogoLink"><img src="https://www.riverbellecasino.com/rbc/images/ecogra.png" data-gtmid="600:66" data-info="eCogra" data-pos="1" data-ctx="TrustQ" data-auto="FooterEcograLogoImage" /></a></li> <li><a href="https://www.riverbellecasino.com/banking/" data-auto="FooterVisaLogoLink"><img src="https://www.riverbellecasino.com/rbc/images/visa.png" data-gtmid="600:67" data-info="Visa & Mastercard" data-pos="2" data-ctx="TrustQ" data-auto="FooterVisaLogoImage" /></a></li> <li><a href="https://www.riverbellecasino.com/responsible-gaming/" data-auto="FooterResponsibleGamingLogoLink"><img src="https://www.riverbellecasino.com/rbc/images/eighteenplus/icon-18up-en.png" data-gtmid="600:68" data-info="18+" data-pos="3" data-ctx="TrustQ" data-auto="FooterResponsibleGamingLogoImage" /></a></li> <li><a href="https://www.gamblingtherapy.org/" target="_blank" rel="nofollow" data-auto="FooterGambleTherapyLogoLink"><img class="gamblingtherapy" src="https://dm.imagethumb.com/images/trustq/gambling_therapy_gray.svg" data-gtmid="600:70" data-info="gamblingtherapy.org" data-pos="5" data-ctx="TrustQ" data-auto="FooterGambleTherapyLogoImage" /></a></li> <li class="apricot"><a href="https://www.apricot.co.im/" target="_blank" rel="nofollow" data-auto="FooterApricotLogoLink"><img src="https://dm.imagethumb.com/images/trustq/apricot_70px_grey.svg" data-gtmid="600:71" data-info="Apricot" data-pos="6" data-ctx="TrustQ" data-auto="FooterApricotLogoImage" /></a> </li> </ul> </div> </div> <div class="col-2" data-auto="CasLinksGroup"> <h3 data-auto="caslinks"> Casino Links </h3> <ul> <li><a href="https://www.riverbellecasino.com/" data-gtmid="603:73" data-info="Home" data-more-info="More links" data-pos="1" data-ctx="Footer Nav" data-auto="FooterHomeLink">Home</a></li><li><a href="https://www.riverbellecasino.com/casino-games/" data-gtmid="603:73" data-info="Casino Games" data-more-info="More links" data-pos="2" data-ctx="Footer Nav" data-auto="FooterCasinoGamesLink">Casino Games</a></li><li><a href="https://www.riverbellecasino.com/mobile-casino/" data-gtmid="603:73" data-info="Mobile Casino" data-more-info="More links" data-pos="3" data-ctx="Footer Nav" data-auto="FooterMobileCasinoLink">Mobile Casino</a></li><li><a href="https://www.riverbellecasino.com/online-slots/" data-gtmid="603:73" data-info="Online Slots" data-more-info="More links" data-pos="4" data-ctx="Footer Nav" data-auto="FooterSlotsLink">Online Slots</a></li><li><a href="https://www.riverbellecasino.com/online-blackjack/" data-gtmid="603:73" data-info="Online Blackjack" data-more-info="More links" data-pos="5" data-ctx="Footer Nav" data-auto="FooterBlackjackLink">Online Blackjack</a></li><li><a href="https://www.riverbellecasino.com/online-baccarat/" data-gtmid="603:73" data-info="Baccarat" data-more-info="More links" data-pos="6" data-ctx="Footer Nav" data-auto="FooterBaccaratLink">Baccarat</a></li><li><a href="https://www.riverbellecasino.com/online-roulette/" data-gtmid="603:73" data-info="Online Roulette" data-more-info="More links" data-pos="7" data-ctx="Footer Nav" data-auto="FooterRouletteLink">Online Roulette</a></li><li><a href="https://www.riverbellecasino.com/live-dealer/" data-gtmid="603:73" data-info="Live Dealer" data-more-info="More links" data-pos="8" data-ctx="Footer Nav" data-auto="FooterLiveDealerLink">Live Dealer</a></li> </ul> </div> <div class="col-2" data-auto="QuickLinksGroup"> <h3 data-auto="quicklinks"> Quick Links </h3> <ul> <li><a href="https://www.riverbellecasino.com/about-us/" data-gtmid="603:73" data-info="About Us" data-more-info="Quick links" data-pos="9" data-ctx="Footer Nav" data-auto="FooterAboutUsLink">About Us</a></li><li><a href="https://www.riverbellecasino.com/banking/" data-gtmid="603:73" data-info="Banking" data-more-info="Quick links" data-pos="10" data-ctx="Footer Nav" data-auto="FooterBankingLink">Banking</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/" data-gtmid="603:73" data-info="Promotions" data-more-info="Quick links" data-pos="11" data-ctx="Footer Nav" data-auto="FooterPromotionsLink">Promotions</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/rules/" data-gtmid="603:73" data-info="Promotion Terms" data-more-info="Quick links" data-pos="12" data-ctx="Footer Nav" data-auto="FooterPromotionTermsLink">Promotion Terms</a></li><li><a href="https://www.riverbellecasino.com/casino-promotions/loyalty/" data-gtmid="603:73" data-info="Rewards" data-more-info="Quick links" data-pos="13" data-ctx="Footer Nav" data-auto="FooterLoyaltyRewardsLink">Rewards</a></li><li><a href="https://help.riverbellecasino.com" target='_blank' data-gtmid="603:73" data-info="Help Centre" data-more-info="Quick links" data-pos="14" data-ctx="Footer Nav" data-auto="FooterHelpCentreLink">Help Centre</a></li><li><a href="https://www.riverbellecasino.com/sitemap/" data-gtmid="603:73" data-info="Sitemap" data-more-info="Quick links" data-pos="15" data-ctx="Footer Nav" data-auto="FooterSitemapLink">Sitemap</a></li> </ul> </div> <div class="col-2" data-auto="KnowFactsGroup"> <h3 data-auto="knowfacts"> Know the facts </h3> <ul> <li><a href="https://www.riverbellecasino.com/terms-and-conditions/" data-gtmid="603:73" data-info="Terms and Conditions" data-more-info="Casino links" data-pos="16" data-ctx="Footer Nav" data-auto="FooterTermsAndConditionsLink">Terms and Conditions</a></li><li><a href="https://www.buffalopartners.com/" rel="nofollow" target="_blank" data-gtmid="603:73" data-info="Affiliates" data-more-info="Casino links" data-pos="17" data-ctx="Footer Nav" data-auto="FooterAffiliatesLinks">Affiliates</a></li><li><a href="https://www.riverbellecasino.com/security-and-privacy/" data-gtmid="603:73" data-info="Privacy Policy" data-more-info="Casino links" data-pos="18" data-ctx="Footer Nav" data-auto="FooterPrivacyPolicyLink">Privacy Policy</a></li><li><a href="https://www.riverbellecasino.com/responsible-gaming/" data-gtmid="603:73" data-info="Responsible Gaming" data-more-info="Casino links" data-pos="19" data-ctx="Footer Nav" data-auto="FooterResponsibleGamingLink">Responsible Gaming</a></li> </ul> </div> </div> </div> </footer> <div class="overlay"></div> <div class="language_pop"> <div class="languagePop popWrapper"> <div class="languagePopWrap row clearfix" data-auto="HeaderLanguageList"> <div class="triggerClose closebtn" data-auto="HeaderLanguageClose"><img src="https://www.riverbellecasino.com/rbc/images/close-icon.png" data-gtmid='113:4' data-info='Close Icon' data-ctx='Language Pop' /></div> <div class="col-12"> Select your language </div> <div class="col-3"><a href="https://www.riverbellecasino.com/" data-gtmid="105:3" data-info="English" data-pos="1" data-ctx="Language Pop" >English</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/de/" data-gtmid="105:3" data-info="German" data-pos="2" data-ctx="Language Pop" >Deutsch</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/cy/" data-gtmid="105:3" data-info="Greek (CY)" data-pos="3" data-ctx="Language Pop" >Ελληνικά (CY)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/bm/" data-gtmid="105:3" data-info="Bermuda (EN)" data-pos="4" data-ctx="Language Pop" >Bermuda (EN)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/ca/" data-gtmid="105:3" data-info="Canada (EN)" data-pos="5" data-ctx="Language Pop" >Canada (EN)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/ie/" data-gtmid="105:3" data-info="Ireland (EN)" data-pos="6" data-ctx="Language Pop" >Ireland (EN)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/nz/" data-gtmid="105:3" data-info="New Zealand (EN)" data-pos="7" data-ctx="Language Pop" >New Zealand (EN)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/tt/" data-gtmid="105:3" data-info="Trinidad (EN)" data-pos="8" data-ctx="Language Pop" >Trinidad (EN)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/es/" data-gtmid="105:3" data-info="Spanish" data-pos="9" data-ctx="Language Pop" >Español</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/es/mx/" data-gtmid="105:3" data-info="Spanish (MX)" data-pos="10" data-ctx="Language Pop" >Español (MX)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/es/uy/" data-gtmid="105:3" data-info="Spanish (UY)" data-pos="11" data-ctx="Language Pop" >Español (UY)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/ca/fr/" data-gtmid="105:3" data-info="French (CA)" data-pos="12" data-ctx="Language Pop" >Français (CA)</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/it/" data-gtmid="105:3" data-info="Italy" data-pos="13" data-ctx="Language Pop" >Italiano</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/ru/" data-gtmid="105:3" data-info="Russian" data-pos="15" data-ctx="Language Pop" >Русский</a></div> <div class="col-3"><a href="https://www.riverbellecasino.com/th/" data-gtmid="105:3" data-info="Thai" data-pos="16" data-ctx="Language Pop" >ไทย</a></div> </div> </div> </div> <div class="back_to_top"> <picture> <source media="(min-width:3840px)" width="115" height="115" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:2560px)" width="77" height="77" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:1920px)" width="58" height="58" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:1600px)" width="96" height="96" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:1366px)" width="82" height="82" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:1280px)" width="77" height="77" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:1024px)" width="61" height="61" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:768px)" width="92" height="92" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:600px)" width="72" height="72" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:412px)" width="49" height="49" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:375px)" width="45" height="45" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <source media="(min-width:360px)" width="43" height="43" srcset="https://www.riverbellecasino.com/rbc/images/back_to_top.webp"> <img alt="Back To Top" src="https://www.riverbellecasino.com/rbc/images/back_to_top.webp" width="38" height="38"> </picture> </div> <script> document.addEventListener('DOMContentLoaded', () => { const popshopIframe = document.querySelector('#frameSePop'); const popCountryBlock = document.querySelector('.overlay_pop'); const headerMove = document.querySelector('header'); window.addEventListener('message', receiveMessage, false); //document.querySelector('header').classList.add("regionpopshift"); //document.querySelector('.hero-header').classList.add("regionpopshifthero"); function receiveMessage(e) { if (popshopIframe) { if (popshopIframe.src.startsWith(e.origin)) { if (e.data == "closeIframe" || e.data == "closePop") { popCountryBlock.remove(); //document.querySelector('header').classList.remove("regionpopshift"); //document.querySelector('.hero-header').classList.remove("regionpopshifthero"); } if (e.data == "showPop") { //popCountryBlock.classList.remove("LocationBanner"); } if (e.data == "hidePop") { //popCountryBlock.classList.add("LocationBanner"); } } } } }) </script> <style> /* The Overlay (background) */ .overlay_pop { /* Height & width depends on how you want to reveal the overlay (see JS below) */ height: 100%; width: 100%; position: fixed; /* Stay in place */ z-index: 9999; /* Sit on top */ left: 0; top: 0; background-color: rgb(0, 0, 0); /* Black fallback color */ background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */ overflow-x: hidden; /* Disable horizontal scroll */ overflow-y: hidden; /* Disable vertical scroll */ /*transition: 0.5s; 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ } /* Position the content inside the overlay */ .overlay-content { position: relative; top: 25%; /* 25% from the top */ width: 100%; /* 100% width */ text-align: center; /* Centered text/links */ margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */ } /* The navigation links inside the overlay */ .overlay_pop a { padding: 8px; text-decoration: none; font-size: 36px; color: #818181; display: block; /* Display block instead of inline */ /*transition: 0.3s; Transition effects on hover (color) */ } /* When you mouse over the navigation links, change their color */ .overlay_pop a:hover, .overlay_pop a:focus { color: #f1f1f1; } /* Position the close button (top right corner) */ .overlay_pop .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; } /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */ @media screen and (max-height: 450px) { .overlay_pop a { font-size: 20px } .overlay_pop .closebtn { font-size: 40px; top: 15px; right: 35px; } } iframe { width: 1px; min-width: 100%; *width: 100%; } .nooverflow { overflow: hidden; } .overlay_pop.LocationBanner { height: 50px; position: fixed; top: 0; } .regionpopshift { top: 60px; } .regionpopshifthero { margin-top: 60px; } @media only screen and (min-width: 760px) { .hero { margin-top: 67px; ; } .regionpopshift { top: 50px; } .regionpopshifthero { margin-top: 166px; } } @media screen and (min-width: 768px) { .overlay_pop.LocationBanner { height: 50px; } } @media screen and (max-width: 768px) { .overlay_pop.LocationBanner { height: 60px; } } </style> <div class="overlay_pop"> <iframe src="https://pop.riverbellecasino.com/blockpop/riverbellecasino/?culture=br&s=typeintraffic&a=typeintraffic&b=typeintraffic&promoid=25048&RegulationRedirect=true&ul=en&country=br" id="frameSePop" frameborder="no" align="center" height="100%" width="100%" style="left:0;top:0;" sandbox="allow-top-navigation allow-scripts allow-same-origin allow-popups allow-forms"></iframe> </div> <script src="https://www.riverbellecasino.com/rbc/js/jquery.matchHeight.min.js" type="text/javascript"></script> <script src="https://www.riverbellecasino.com/rbc/js/general.min.js"></script> <!--[if gt IE 9 | !IE]><!--> <script src="https://www.riverbellecasino.com/rbc/js/angular.min.js"></script> <script src="https://www.riverbellecasino.com/rbc/js/app.min.js"></script> <script type="text/javascript"> var domain = 'https://www.riverbellecasino.com/'; </script> <script src="https://www.riverbellecasino.com/rbc/js/web.js"></script> <script src="https://www.riverbellecasino.com/rbc/js/games.min.js"></script> <script> var temp_vist_id = ''; var encrypted = 'VUNRb0RxKysvZ25OZW04ZmxlKzhCN21zZ2tvc3Y5YWE0SmIzbERxc1BheXR4Q2d4OVFIc290NHI2RlY2aHMvTQ=='; var state = 'live'; var api_url = 'https://az2.digitrk.net/'; var template = "https://www.riverbellecasino.com/rbc/"; // var ismobile = ""; var res = { data: null }; </script> <script src="https://www.riverbellecasino.com/rbc/js/controllers/gamesController.min.js"></script> <!--<![endif]--> <script id="tracking_script" src="https://media.src-play.com/plugins/analytics/vtrk-min.js" async defer></script> <script> document.getElementById("tracking_script").addEventListener("load", function (event) { window.vtrk.process({ debug: false, code: "AC10FD02-6B01-42E4-BA51-0E31CFE4A6D2", environment: "production", queryString: { format: window.vtrk.QueryStringFormats.Default, autoInjector: { enabled: true, domains: [ 'auth.riverbellecasino.com' ] } }, cookieFallbacks: { enabled: true, values: [ { variableName: "promoid", cookieName: "promo_id" }, { variableName: "a", cookieName: "campaign_id" }, { variableName: "s", cookieName: "affiliate_id" }, { variableName: "b", cookieName: "media_banner_id" } ] } }); }); </script> <style> .brand-content { opacity: 1; } </style> <e-privacy data-lang="en" data-env="production"></e-privacy> <script defer src=https://media.src-play.com/plugins/eprivacy/eprivacy-custom.js></script> <script> try { var placeholders = [ { key: "cookiePolicy", value: "https://www.riverbellecasino.com/security-and-privacy/#cookiePolicy" }, { key: "privacyPolicy", value: "https://www.riverbellecasino.com/security-and-privacy/" } ]; var theme = { brand: { primary: "#501e00", background: "#FFFFFF", }, button: { primary: "#501e00", secondary: "#FFFFFF", }, toggle: { active: "#501e00", inactive: "#5a5a5a", containerInactive: "#EFEFEF", }, text: { primary: "#000000", secondary: "rgba(0,0,0,1)", tertiary: "#000000", anchor: "#501e00", } }; var linkedUrls = [ "auth.riverbellecasino.com" ]; } catch (error) { console.log("Unable to set theme property", error) } var ePrivacyEl = document.querySelector('e-privacy'); ePrivacyEl.setAttribute('data-theme', JSON.stringify(theme)); ePrivacyEl.setAttribute('data-placeholder', JSON.stringify(placeholders)); ePrivacyEl.setAttribute('data-linked-urls', JSON.stringify(linkedUrls)); var manageCookies = document.getElementsByClassName('manage-cookies'); for (let i = 0; i < manageCookies.length; i++) { manageCookies[i].addEventListener("click", function () { try { event.preventDefault(); if (ePrivacyEl && ePrivacyEl.hasAttribute('data-show')) { ePrivacyEl.removeAttribute('data-show'); } ePrivacyEl.setAttribute('data-show', "true"); } catch (err) { } }); } function changePrivacySettings() { try { // Show modal After settings have been closed var ePrivacyEl = document.querySelector('e-privacy'); if (ePrivacyEl && ePrivacyEl.hasAttribute('data-show')) { ePrivacyEl.removeAttribute('data-show'); } ePrivacyEl.setAttribute('data-show', "true"); } catch (err) { console.log("Caughted an errrr", err); } } </script> <!-- CrUX 2. Network Connection Type & FID --> <script> if (typeof navigator.connection !== 'undefined' && navigator.connection.addEventListener) { navigator.connection.addEventListener('change', logNetworkInfo); } else { callCatchMe('navigator.connection.addEventListener not available', 'navigator.connection'); } function logNetworkInfo() { try { dataLayer.push({ "event": "CrUXEventTrigger.gtm_network_event", "eventCategory": "Performance Metric", "eventAction": "navigator-connection", "eventLabel": "effective-type", "gtm_value": navigator.connection.effectiveType, "effectiveType": "downlink: " + navigator.connection.downlink + "Mb/s, rtt: " + navigator.connection .rtt + "ms", "nonInteraction": true }); } catch (error) { callCatchMe(error, 'logNetworkInfo'); } } logNetworkInfo(); if (typeof perfMetrics != "undefined") { perfMetrics.onFirstInputDelay(function (delay, evt) { var ms_delay = Math.round(delay * 1000); dataLayer.push({ "event": "CrUXTrigger.gtm_performance_metrics", "eventCategory": "Performance Metric", "eventAction": "FID", "eventLabel": "first-input-delay", "eventValue": ms_delay, "gtm_value": evt, "nonInteraction": true }); }); } else { callCatchMe('perfMetrics not available', 'first-input-delay'); } </script> <!-- CrUX Step 2. Network Connection Type & FID END --> <!-- Site24x7 Real User Monitoring START --> <script type="text/javascript"> (function(w,d,s,r,k,h,m){ if(w.performance && w.performance.timing && w.performance.navigation && !w.s247r) { w[r] = w[r] || function(){(w[r].q = w[r].q || []).push(arguments)}; h=d.createElement('script');h.async=true;h.setAttribute('src',s+k); d.getElementsByTagName('head')[0].appendChild(h); (m = window.onerror),(window.onerror = function (b, c, d, f, g) { m && m(b, c, d, f, g),g || (g = new Error(b)),(w[r].q = w[r].q || []).push(["captureException",g]);}) } })(window,document,'//static.site24x7rum.com/beacon/site24x7rum-min.js?appKey=','s247r','ad001ce70fafa24938135b6b9c54e377'); </script> <!-- Site24x7 Real User Monitoring END --> </body> </html>
URL
GET http://www.riverbelle.com/
Response Headers
Cache-Control:max-age=3600Cf-Ray:903ca717da095c57-CWBConnection:keep-aliveContent-Length:167Content-Type:text/htmlDate:Sat, 18 Jan 2025 06:50:46 GMTExpires:Sat, 18 Jan 2025 07:50:46 GMTLocation:https://www.riverbellecasino.comServer:cloudflare
Response Body
<html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Resolver
Resolver ASN
AS8167
Resolver IP
201.10.124.2
Resolver Network Name
V tal
Report ID
20250118T040555Z_webconnectivity_BR_8167_n1_cfakvQAIgjGXoJyp
Platform
linux
Software Name
ooniprobe-cli (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)