Matt_Be
1
Hello
I’m trying to get data from The Hacker News - Vulnerability (Vulnerability — Latest News, Reports & Analysis | The Hacker News) using the HTTP Request node in n8n. The website doesn’t need login, but I get this error:
“Forbidden - perhaps check your credentials?”
I used a GET request with no authentication since the site doesn’t require it. I also tried adding a User-Agent header, but it didn’t work.
How can I fix this and get the data?
Thanks
n8n
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
si me parece que tambien puede ser.
Imperol
4
You need credentials to do that. Sign up on hacker news for an api or credentials to use
Matt_Be
5
I don’t believe this is related to the n8n version because I tested another website, and it worked.
Matt_Be
6
there is no api or credentials, website accessable without any credentials
Matt_Be
7
n8n Version: 1.77.3
Running n8n via Self-Host n8n on Ubuntu usig npm