1
0
-1

Hello,

I am trying to upload  a CSV file using the Open-AudIT API. I am using Node to make the requests and i used these parameters:


method: POST
headers:{

      'cookie':cookie,

      'Accept': text/csv

}
body: {

     Access_token,

     file

}

After making the request i get:

"cause: HeadersTimeoutError: Headers Timeout Error
      at Timeout.onParserTimeout [as callback] (node:internal/deps/undici/undici:9605:32)
      at Timeout.onTimeout [as _onTimeout] (node:internal/deps/undici/undici:7905:17)
      at listOnTimeout (node:internal/timers:569:17)
      at process.processTimers (node:internal/timers:512:7) {
   code: 'UND_ERR_HEADERS_TIMEOUT'".


Anyone can help me? 

    CommentAdd your comment...