Hello,
I have a question, would it be possible to obtain the url when the HTTP Request node returns an error to be handled in another flow?
Context:
I have a flow in which I get some data via get “example.com/{code}”, but the service sometimes returns error 5xx, either because it is out of service or unstable. What I would like to do is get the url parameter ({code}) or the full url “example.com/123” to handle in another flow. I’m using the “On Error” of the HTTP Request node and activating the “Continue (using error output)”.
- n8n version:
n8n Version 1.38.1 - Database (default: SQLite):
SQLite - n8n EXECUTIONS_PROCESS setting (default: own, main):
own - Running n8n via (Docker, npm, n8n cloud, desktop app):
Docker - Operating system:
Ubuntu