Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfutbin not working due to Cloudfare captcha #2

Open
danielredondo opened this issue Jan 22, 2022 · 2 comments
Open

rfutbin not working due to Cloudfare captcha #2

danielredondo opened this issue Jan 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@danielredondo
Copy link
Owner

danielredondo commented Jan 22, 2022

rfutbin is currently not working due to Futbin using Cloudfare to limit web-scraping via a captcha.

Small reprex of the issue:

library(httr)
library(dplyr)
web <- httr::GET("https://www.futbin.com/21/players?page=1&search=Lionel+Messi") 
print(web)
Response [https://www.futbin.com/21/players?page=1&search=Lionel+Messi]
  Date: 2022-01-22 20:03
  Status: 403
  Content-Type: text/html; charset=UTF-8
  Size: 12.3 kB
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>

<title>Please Wait... | Cloudflare</title>
  
<meta name="captcha-bypass" id="captcha-bypass" />
...
@danielredondo danielredondo added the bug Something isn't working label Mar 24, 2022
@chenei
Copy link

chenei commented Jun 1, 2022

@danielredondo thanks for the app. Any plans to fix this issue?

@danielredondo
Copy link
Owner Author

@chenei Unfortunately, as of now, I think there is no way to pass a Cloudfare captcha in an automated way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants