Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot retrieve the feeds due to page pop-up #33

Open
kobolibra opened this issue Jul 23, 2024 · 2 comments
Open

cannot retrieve the feeds due to page pop-up #33

kobolibra opened this issue Jul 23, 2024 · 2 comments

Comments

@kobolibra
Copy link

for this web (https://www.invesco.com/apac/en/institutional/insights/china.html), i am trying retrieving the feeds of the different articles. However when i paste the link into to rssproxy or feedless, a new window will pop up where you can only proceed by click on the confirm button but which is not possible in rssproxy or feedless. No feeds were being detected as a result. Could you help to take a look and advise? Thank you.

@arledesma
Copy link

@kobolibra that specific page requires two cookies

  • t&c=apac
  • audienceRole=Institutional

The following returns the page, while removing either or both of the cookies returns the splash page.

curl -v 'https://www.invesco.com/apac/en/institutional/insights/china.html' \
     -H 'cookie: t&c=apac; audienceRole=Institutional;'

#18 could have potentially addressed the issue if generic headers were accepted. That issue was closed as not planned (and it was not specifically about cookies anyway).

@kobolibra
Copy link
Author

@kobolibra that specific page requires two cookies

  • t&c=apac
  • audienceRole=Institutional

The following returns the page, while removing either or both of the cookies returns the splash page.

curl -v 'https://www.invesco.com/apac/en/institutional/insights/china.html' \
     -H 'cookie: t&c=apac; audienceRole=Institutional;'

#18 could have potentially addressed the issue if generic headers were accepted. That issue was closed as not planned (and it was not specifically about cookies anyway).

Thank you for your prompt response. Just to make sure I do not misread - you mean it is not possible for now to retrieve the feeds from the url i have provided, right? I use the web sites https://rssproxy.migor.org or https://feedless.org/ give no coding experience...

btw rssproxy site seems to be down lately

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants