Describe the problem/error/question
I’m trying to get an HTTP GET request to work with an api, specifically https://api.propmix.io/pubrec/assessor/v2/GetPropertyDetails. The developers sent me an example curl request, which I imported into the request node. This request always fails with ECONNRESET. When you import the curl request, the AccessToken field gets added to the Header portion of the node. I’ve tried pasting my API key directly into the header field → ECONNRESET. I’ve then tried to use the header auth with the API key saved as a credential, still → ECONNRESET. This isn’t a problem with the curl request, testing in postman verifies that the request works.
What is the error message (if any)?
Error code
ECONNRESET
Full message
read ECONNRESET
Request
{ "headers": { "Access-Token": "**hidden**", "accept": "application/json,text/html,application/xhtml+xml,application/xml,text/*;q=0.9, image/*;q=0.8, */*;q=0.7" }, "method": "GET", "uri": "https://api.propmix.io/pubrec/assessor/v2/GetPropertyDetails", "gzip": true, "rejectUnauthorized": true, "followRedirect": true, "resolveWithFullResponse": true, "sendCredentialsOnCrossOriginRedirect": false, "followAllRedirects": true, "maxRedirects": 21, "timeout": 300000, "qs": { "orderId": "testPubrec", "PostalCode": "60521", "State": "IL", "City": "Hinsdale", "StreetAddress": "211 fuller rd" }, "encoding": null, "json": false, "useStream": true }
Other info
Item Index
0
Node type
n8n-nodes-base.httpRequest
Node version
4.4 (Latest)
n8n version
2.9.4 (Self Hosted)
Time
3/4/2026, 9:45:01 AM
Stack trace
NodeApiError: The connection to the server was closed unexpectedly, perhaps it is offline. You can retry the request immediately or wait and retry later. at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:864:16) at processTicksAndRejections (node:internal/process/task_queues:103:5) at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@opentelemetry+exporter-trace-otlp_9f358c3eeaef0d2736f54ac9757ada43/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1043:8) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@opentelemetry+exporter-trace-otlp_9f358c3eeaef0d2736f54ac9757ada43/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1222:11) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@opentelemetry+exporter-trace-otlp_9f358c3eeaef0d2736f54ac9757ada43/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1659:27 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@opentelemetry+exporter-trace-otlp_9f358c3eeaef0d2736f54ac9757ada43/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2302:11
Please share your workflow
{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-432,
0
],
"id": "ee62764d-587d-4e90-9c80-b9171244c738",
"name": "When clicking ‘Execute workflow’"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "85e4fa19-9288-4970-8a94-9c184a0b701c",
"name": "OrderId",
"value": "pubRec",
"type": "string"
},
{
"id": "4bb7aa72-dd5f-4eb5-8777-a34431dfcdc6",
"name": "StreetAddress",
"value": "1381 Rocky Branch Road",
"type": "string"
},
{
"id": "e183a5be-1dc0-409d-84a5-861e7f2da1a1",
"name": "City",
"value": "Bogart",
"type": "string"
},
{
"id": "9ddeec1b-a127-44c9-828e-b8e50ff9c986",
"name": "State",
"value": "GA",
"type": "string"
},
{
"id": "b84ed782-2978-47ec-9d83-c1095687710c",
"name": "PostalCode",
"value": "30622",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-272,
0
],
"id": "5ea8edcb-292b-4acf-821b-6182a3feae29",
"name": "StaticAddress"
},
{
"parameters": {
"url": "https://api.propmix.io/pubrec/assessor/v2/GetPropertyDetails",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "orderId",
"value": "testPubrec"
},
{
"name": "PostalCode",
"value": "60521"
},
{
"name": "State",
"value": "IL"
},
{
"name": "City",
"value": "Hinsdale"
},
{
"name": "StreetAddress",
"value": "211 fuller rd"
}
]
},
"options": {
"redirect": {
"redirect": {}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
-96,
0
],
"id": "8c2e5a87-3d0b-4159-b55c-fd7fd0bf79b6",
"name": "GetPropertyDetails",
"alwaysOutputData": false,
"executeOnce": false,
"retryOnFail": false,
"credentials": {
"httpHeaderAuth": {
"id": "9cGGLZgf6mTa87L3",
"name": "RG_pubrec_header"
}
}
}
],
"connections": {
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "StaticAddress",
"type": "main",
"index": 0
}
]
]
},
"StaticAddress": {
"main": [
[
{
"node": "GetPropertyDetails",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "2bdbb5fc50465d9b46bded2adb7ca31e16e402112116487a71c6ea3237c2d9d0"
}
}workflow.)


