-
|
Hello all, RSS GuardVersion: 5.0.3 (built on Windows/AMD64)Revision: stable OS: Windows 11 Version 25H2 Qt: 6.10.2 (compiled against 6.10.2) Could someone help me adjust these settings and HTTP headers so these MDPI feeds work in rss guard? Thanks in advance for all and much thanks for Martin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I chated with ai here and it helped me by copying the http headers of my browser as follows: this is the solution for this website MDPI Journals . Thank you Martin for training this AI here to solve our problems. |
Beta Was this translation helpful? Give feedback.
I chated with ai here and it helped me by copying the http headers of my browser as follows:
accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8
accept-language=en-US,en;q=0.5
cache-control=max-age=0
dnt=1
priority=u=0, i
sec-ch-ua="Not:A-Brand";v="99", "Brave";v="145", "Chromium";v="145"
sec-ch-ua-mobile=?0
sec-ch-ua-platform="Windows"
sec-fetch-dest=document
sec-fetch-mode=navigate
sec-fetch-site=same-origin
sec-fetch-user=?1
sec-gpc=1
upgrade-insecure-requests=1
user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
this is the solution for this website MDPI Journals . …