Hello, I’m trying to create a newsletter from an RSS feed. I know I could use APIs like NewsAPI or mediastack, but I’m looking to create a very specific newsletter, and the results they provide don’t work for me.
URL is a redirect URL, and when I put it into an HTTP request node, the HTTP request doesn’t fetch the content of the page where the article is, but rather the content of the redirect link (like shown in the image).I am desperately looking for a solution, because the HTTP request node follows the provided URL instead of redirecting to the article. If you have any solutions, I would appreciate them.