I am trying to follow this step in the tutorial. Unfortunately it shows
Problem in node ‘HTTP Request‘
From the same n8n server I am able to run
Hacker news workflow
so there is no connection issue, i believe. Also, I have set all the credentials carefully which I have receive in email. Can anyone help me on it?
Hi @Kazi_Tanvir
From what you describe, your server and internet connection are fine (since other workflows like the Hacker News example run correctly). This usually means the issue is in the specific configuration of the HTTP Request node for Nathan’s exercise.
1Compare your node settings line‑by‑line with the example workflow from the course page (there’s a downloadable workflow file). [Nathan’s workflow]
Common mistakes are pasting the wrong URL (for example the course page instead of the dataset endpoint) or choosing the wrong authentication type. If it still fails, open the failed execution and check the full HTTP status code (like 403 or 404), as that usually points directly to what is misconfigured. Comparing your node side-by-side with the official example workflow from the tutorial will usually reveal the difference.
Hope this helps!
1 Like
Hello @tamy.santos
Thanks a lot, i found problem with the url. Now it’s working just fine !
I’m really happy to hear this helped 
If this solution solved the issue for you, please consider leaving a like or marking the reply as the solution ( it helps others find the answer more easily and also supports community contributors.)
1 Like