Third party RSS Import Error

There isn’t really a way around this. We limit the HTTP client to a maximum of 5 redirects. It would be somewhat insane not to as otherwise you could potentially get into an infinite redirect loop. The limit has to be set somewhere and it is 5, by design. Could be argued that is generous as it is.

These redirects seem to be something Microsoft is trying to do in order to try and log you in to their site. RSS feeds don’t usually try to do that.

Could there be any URLs that return the feed content without the rigmarole of trying to log you in?
 
No there isn't. Is there a way I could edit a file to change the limit or to add credentials to log in?
 
Nope there isn't really a way to do that. The question has to be "why are Microsoft doing that" more than anything. It's extremely counter-intuitive. Not really sure how you'd go about bringing it to their attention though.

Unfortunately there's a slightly wider problem.

It doesn't really matter how much you increase the maximum allowed redirects it keeps redirecting:

1633025903028.webp

There's something wrong with the way that Microsoft are processing the request. It might be that it doesn't any longer like requests coming from certain HTTP clients or they've introduced a bug in their code that doesn't know how to handle maybe clients without JavaScript or something like that. It could be anything but it isn't totally clear.

And therein lies the exact reason there's a limit. If there wasn't then your server could open a HTTP request that would never close and may slow down your server if it kept happening over and over.

There's not really anything we can do at this point. I'm going to have to suggest you try to get in touch with Microsoft in some fashion and report this to them.

Worth noting XF isn't the only RSS reader that is affected. Popular online RSS feed reader Feedly is affected to:

1633026666861.webp

And Inoreader:

1633026819282.webp

It's highly unlikely this can be fixed without intervention from Microsoft so unfortunately we'll have to close this for now. Please do reply and let us know if/when it gets fixed though.
 
Top Bottom