• Resolved kratosprotos

    (@kratosprotos)


    Error on page:

    “RSS Error: A feed could not be found at https://www.fsis.usda.gov/wps/wcm/connect/fsis-content/rss/recalls; the status code is 403 and content-type is text/html

    After setting force_feed to true:

    add_action(‘wp_feed_options’, ‘force_feed’, 10, 1);
    function force_feed($feed) {
    $feed->force_feed(true);
    }

    Error is now:

    “RSS Error: https://www.fsis.usda.gov/wps/wcm/connect/fsis-content/rss/recalls is invalid XML, likely due to invalid characters. XML error: Mismatched tag at line 8, column 8”

    Only tested this locally and used FeedBurner for now so I can use the feed on the plugin.

    I hope on future updates I can use the plugin without using Google FeedBurner.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @kratosprotos,

    I tried the same URL and was able to get the first error.

    I’m not sure of the reason. I need to debug this locally.

    For now please use the feedburner URL. I’ll try to analyze the reason for this error.

    Thanks,
    Aakash

Viewing 1 replies (of 1 total)
  • The topic ‘the status code is `403` and content-type is `text/html`’ is closed to new replies.