Recent

Author Topic: Anubis's website security breaks the RSS feed  (Read 833 times)

rvk

  • Hero Member
  • *****
  • Posts: 7045
Re: Anubis's website security breaks the RSS feed
« Reply #15 on: May 21, 2026, 06:05:12 pm »
Can you set the user-agent in "Brief" ??
That option is not available
Then the default Firefox UA is used. You can test it with a User-Agent switcher add-on. Try different User-Agent to see which one works (at least "curl/8.14.1" should work ;) ).

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2706
Re: Anubis's website security breaks the RSS feed
« Reply #16 on: May 21, 2026, 07:07:14 pm »
Found the problem....
the query parameters of the rss url presented by the forum are separated by a ; however anubis doesn't understand that. It is also not seen as one name=value, since matching rss on value doesn't match eiter. I've tried with some server rewrites to change the first separator into a & but failed. So for me the only solution it to replace all 10+ locations where this url is presented.

So the get an rss feed, replace the ; with an &

Sigh....
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

rvk

  • Hero Member
  • *****
  • Posts: 7045
Re: Anubis's website security breaks the RSS feed
« Reply #17 on: May 21, 2026, 07:21:50 pm »
So the get an rss feed, replace the ; with an &
Yes. That seems to work.
Weird that with a custom user-agent it also worked.

ALLIGATOR

  • Sr. Member
  • ****
  • Posts: 438
  • I use FPC [main] 💪🐯💪
Re: Anubis's website security breaks the RSS feed
« Reply #18 on: May 22, 2026, 03:57:04 am »
So the get an rss feed, replace the ; with an &

It really works! Thank you!
I may seem rude - please don't take it personally

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2706
Re: Anubis's website security breaks the RSS feed
« Reply #19 on: May 25, 2026, 11:26:48 am »
Anyway I reported an issue to Anubis but it seems to ba a shortcoming of the GO library they use.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018