Resolved Capture Check @ rss

Univanno

New member
Joined
Feb 10, 2021
Messages
2
Points
1
Hello,
im using a RSS reader. Now my rss reader is asked for a cookie.:

I tested whats asked with curl:
curl https://www.scribblehub.com/rssfeed.php?type=series&sid=93826


Code:
 <!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>Attention Required! | Cloudflare</title>


<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="robots" content="noindex, nofollow" />

I think that should be fixed...

thank you
 
Top