iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

(node:11740) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error:dataMembreSauveNewsLetter AxiosError: Request failed with status code 415
    at settle (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:1983:12)
    at IncomingMessage.handleStreamEnd (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:3085:11)
    at IncomingMessage.emit (node:events:530:35)
    at endReadableNT (node:internal/streams/readable:1698:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    at Axios.request (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:4224:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async C:\Site\self-tissusV2\routes\users.js:405:22 {
  code: 'ERR_BAD_REQUEST',
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http', 'fetch' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: Object [AxiosHeaders] {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json',
      'User-Agent': 'axios/1.7.2',
      'Content-Length': '70',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'post',
    url: 'http://localhost:120/ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid=',
    data: '{"CleCtrl":"TaTaYoYo","act":"MembreSauveNewsLetter","Newsletter":true}'
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: true,
    _last: false,
    chunkedEncoding: false,
    shouldKeepAlive: true,
    maxRequestsOnConnectionReached: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: true,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    strictContentLength: false,
    _contentLength: '70',
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    _closed: true,
    _header: 'POST /ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid= HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'Content-Type: application/json\r\n' +
      'User-Agent: axios/1.7.2\r\n' +
      'Content-Length: 70\r\n' +
      'Accept-Encoding: gzip, compress, deflate, br\r\n' +
      'Host: localhost:120\r\n' +
      'Connection: keep-alive\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype],
      keepAliveMsecs: 1000,
      keepAlive: true,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 4,
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'POST',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    joinDuplicateHeaders: undefined,
    path: '/ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid=',
    _ended: true,
    res: IncomingMessage {
      _events: [Object],
      _readableState: [ReadableState],
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      joinDuplicateHeaders: undefined,
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 415,
      statusMessage: 'Seul les visiteurs authentifiés on accès à cette fonction',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      _eventsCount: 4,
      responseUrl: 'http://localhost:120/ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid=',
      redirects: [],
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 26,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'localhost',
    protocol: 'http:',
    _redirectable: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 70,
      _requestBodyBuffers: [],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://localhost:120/ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid=',
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    },
    [Symbol(shapeMode)]: false,
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kChunkedBuffer)]: [],
    [Symbol(kChunkedLength)]: 0,
    [Symbol(kSocket)]: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'localhost',
      _closeAfterHandlingError: false,
      _events: [Object],
      _readableState: [ReadableState],
      _writableState: [WritableState],
      allowHalfOpen: false,
      _maxListeners: undefined,
      _eventsCount: 6,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      timeout: 5000,
      parser: null,
      _httpMessage: null,
      autoSelectFamilyAttemptedAddresses: [Array],
      [Symbol(async_id_symbol)]: -1,
      [Symbol(kHandle)]: [TCP],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: Timeout {
        _idleTimeout: 5000,
        _idlePrev: [TimersList],
        _idleNext: [Timeout],
        _idleStart: 67145,
        _onTimeout: [Function: bound ],
        _timerArgs: undefined,
        _repeat: null,
        _destroyed: false,
        [Symbol(refed)]: false,
        [Symbol(kHasPrimitive)]: false,
        [Symbol(asyncId)]: 7480,
        [Symbol(triggerId)]: 7478,
        [Symbol(kAsyncContextFrame)]: undefined
      },
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: true,
      [Symbol(kSetKeepAlive)]: true,
      [Symbol(kSetKeepAliveInitialDelay)]: 1,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0
    },
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'content-type': [Array],
      'user-agent': [Array],
      'content-length': [Array],
      'accept-encoding': [Array],
      host: [Array]
    },
    [Symbol(errored)]: null,
    [Symbol(kHighWaterMark)]: 16384,
    [Symbol(kRejectNonStandardBodyWrites)]: false,
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 415,
    statusText: 'Seul les visiteurs authentifiés on accès à cette fonction',
    headers: Object [AxiosHeaders] {
      'cache-control': 'no-cache',
      server: 'Yogan',
      'content-type': 'application/json;charset=utf-8',
      'content-length': '540',
      'referrer-policy': 'origin',
      'content-security-policy': "default-src *;script-src 'self' 'unsafe-inline' 'unsafe-eval' localhost gc.kis.v2.scr.kaspersky-labs.com widgets.chayall.fr gc.kis.v2.scr.kaspersky-labs.com kit.fontawesome.com ajax.googleapis.com maxcdn.bootstrapcdn.com platform.twitter.com syndication.twitter.com cdn.syndication.twimg.com unpkg.com connect.facebook.net www.googleadservices.com www.googletagmanager.com www.google-analytics.com seal.websecurity.norton.com bat.bing.com maps.googleapis.com googleads.g.doubleclick.net https://accounts.google.com/gsi/client haussmann.pass-direct.com s3.tradingview.com js.hs-scripts.com; object-src accounts.google.com 'self'; frame-ancestors 'self'; style-src * 'unsafe-inline';img-src * data:;",
      'x-xss-protection': '1; mode=block',
      'x-frame-options': 'SAMEORIGIN',
      'x-content-type-options': 'nosniff',
      'access-control-expose-headers': 'X-Requested-With, Content-Type, Accepts',
      'access-control-allow-methods': 'GET,POST',
      'access-control-allow-origin': '*',
      'accept-encoding': 'br'
    },
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      method: 'post',
      url: 'http://localhost:120/ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid=',
      data: '{"CleCtrl":"TaTaYoYo","act":"MembreSauveNewsLetter","Newsletter":true}'
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: true,
      _last: false,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: '70',
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: true,
      _header: 'POST /ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid= HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json\r\n' +
        'User-Agent: axios/1.7.2\r\n' +
        'Content-Length: 70\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: localhost:120\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/ys/?&IISIP=86.253.140.77&&IISDOM=undefined&SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7+lLQQ9Y&Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/&gclid=',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [Socket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    data: {
      Erreur: 'Seul les visiteurs authentifiés on accès à cette fonction',
      Result: '',
      Contexte: [Object],
      E1: '{"CleCtrl":"TaTaYoYo","act":"MembreSauveNewsLetter","Newsletter":true}',
      E2: '',
      E3: 'IISIP=86.253.140.77 IISDOM=undefined SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7 lLQQ9Y Referer=https://selftissus.fr/127818-tissu-toile-de-coton-uni-bollino-ecru/ gclid= {"CleCtrl":"TaTaYoYo","act":"MembreSauveNewsLetter","Newsletter":true}='
    }
  }
}
Error: read ECONNRESET
Error:Bandeaux AxiosError: read ECONNRESET
    at AxiosError.from (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:841:14)
    at RedirectableRequest.handleRequestError (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:3106:25)
    at RedirectableRequest.emit (node:events:518:28)
    at eventHandlers.<computed> (C:\Site\self-tissusV2\node_modules\follow-redirects\index.js:38:24)
    at ClientRequest.emit (node:events:518:28)
    at emitErrorEvent (node:_http_client:104:11)
    at Socket.socketErrorListener (node:_http_client:518:5)
    at Socket.emit (node:events:518:28)
    at emitErrorNT (node:internal/streams/destroy:170:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at Axios.request (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:4224:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async C:\Site\self-tissusV2\routes\users.js:785:22 {
  syscall: 'read',
  code: 'ECONNRESET',
  errno: -4077,
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http', 'fetch' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: Object [AxiosHeaders] {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json',
      'User-Agent': 'axios/1.7.2',
      'Content-Length': '77',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'post',
    url: 'http://localhost:120/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
    data: '{"CleCtrl":"TaTaYoYo","act":"Bandeau","Limite":"","OFFSET":"","NumBandeau":3}'
  },
  request: <ref *1> Writable {
    _events: {
      close: undefined,
      error: [Function: handleRequestError],
      prefinish: undefined,
      finish: undefined,
      drain: undefined,
      response: [Function: handleResponse],
      socket: [Function: handleRequestSocket]
    },
    _writableState: WritableState {
      highWaterMark: 16384,
      length: 0,
      corked: 0,
      onwrite: [Function: bound onwrite],
      writelen: 0,
      bufferedIndex: 0,
      pendingcb: 0,
      [Symbol(kState)]: 17580812,
      [Symbol(kBufferedValue)]: null
    },
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: Infinity,
      protocol: 'http:',
      path: '/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
      method: 'POST',
      headers: [Object: null prototype],
      agents: [Object],
      auth: undefined,
      family: undefined,
      beforeRedirect: [Function: dispatchBeforeRedirect],
      beforeRedirects: [Object],
      hostname: 'localhost',
      port: '120',
      agent: undefined,
      nativeProtocols: [Object],
      pathname: '/ys/',
      search: '?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid='
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 77,
    _requestBodyBuffers: [ [Object] ],
    _eventsCount: 3,
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: false,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: '77',
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      _header: 'POST /ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid= HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json\r\n' +
        'User-Agent: axios/1.7.2\r\n' +
        'Content-Length: 77\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: localhost:120\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: [Function: emitRequestTimeout],
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Circular *1],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [Socket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'http://localhost:120/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
    [Symbol(shapeMode)]: true,
    [Symbol(kCapture)]: false
  },
  cause: Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
    errno: -4077,
    code: 'ECONNRESET',
    syscall: 'read'
  }
}
Error:Bandeaux AxiosError: read ECONNRESET
    at AxiosError.from (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:841:14)
    at RedirectableRequest.handleRequestError (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:3106:25)
    at RedirectableRequest.emit (node:events:518:28)
    at eventHandlers.<computed> (C:\Site\self-tissusV2\node_modules\follow-redirects\index.js:38:24)
    at ClientRequest.emit (node:events:518:28)
    at emitErrorEvent (node:_http_client:104:11)
    at Socket.socketErrorListener (node:_http_client:518:5)
    at Socket.emit (node:events:518:28)
    at emitErrorNT (node:internal/streams/destroy:170:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at Axios.request (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:4224:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async C:\Site\self-tissusV2\routes\users.js:785:22 {
  syscall: 'read',
  code: 'ECONNRESET',
  errno: -4077,
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http', 'fetch' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: Object [AxiosHeaders] {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json',
      'User-Agent': 'axios/1.7.2',
      'Content-Length': '77',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'post',
    url: 'http://localhost:120/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
    data: '{"CleCtrl":"TaTaYoYo","act":"Bandeau","Limite":"","OFFSET":"","NumBandeau":4}'
  },
  request: <ref *1> Writable {
    _events: {
      close: undefined,
      error: [Function: handleRequestError],
      prefinish: undefined,
      finish: undefined,
      drain: undefined,
      response: [Function: handleResponse],
      socket: [Function: handleRequestSocket]
    },
    _writableState: WritableState {
      highWaterMark: 16384,
      length: 0,
      corked: 0,
      onwrite: [Function: bound onwrite],
      writelen: 0,
      bufferedIndex: 0,
      pendingcb: 0,
      [Symbol(kState)]: 17580812,
      [Symbol(kBufferedValue)]: null
    },
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: Infinity,
      protocol: 'http:',
      path: '/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
      method: 'POST',
      headers: [Object: null prototype],
      agents: [Object],
      auth: undefined,
      family: undefined,
      beforeRedirect: [Function: dispatchBeforeRedirect],
      beforeRedirects: [Object],
      hostname: 'localhost',
      port: '120',
      agent: undefined,
      nativeProtocols: [Object],
      pathname: '/ys/',
      search: '?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid='
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 77,
    _requestBodyBuffers: [ [Object] ],
    _eventsCount: 3,
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: false,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: '77',
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      _header: 'POST /ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid= HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json\r\n' +
        'User-Agent: axios/1.7.2\r\n' +
        'Content-Length: 77\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: localhost:120\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: [Function: emitRequestTimeout],
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Circular *1],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [Socket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'http://localhost:120/ys/?&IISIP=2.10.72.186&&IISDOM=undefined&SESSION=s:2Mz25gSSTXPsoTzSbrccnSXJWTHh3esb./DjB5EP6+fWi/rS/EnAYkH1dsjaSBQnR9+Bx2AqY9X8&Referer=https://selftissus.fr/550-c-soldes/&gclid=',
    [Symbol(shapeMode)]: true,
    [Symbol(kCapture)]: false
  },
  cause: Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
    errno: -4077,
    code: 'ECONNRESET',
    syscall: 'read'
  }
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"mamy-G71","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=37.66.54.228 IISDOM=selftissus.fr SESSION=s:OutrqJOPnwPkxRZzfRFzqV8EY9HQtvcW.gKIiV0ibDpXrNPA40fmt9op4ynnSA0uHBTRHd5A0Rqc {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"mamy-G71","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"mamy-g","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=37.66.54.228 IISDOM=selftissus.fr SESSION=s:OutrqJOPnwPkxRZzfRFzqV8EY9HQtvcW.gKIiV0ibDpXrNPA40fmt9op4ynnSA0uHBTRHd5A0Rqc {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"mamy-g","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"mamy-G","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=37.66.54.228 IISDOM=selftissus.fr SESSION=s:OutrqJOPnwPkxRZzfRFzqV8EY9HQtvcW.gKIiV0ibDpXrNPA40fmt9op4ynnSA0uHBTRHd5A0Rqc {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"mamy-G","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"MAMY-G","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=37.66.54.228 IISDOM=selftissus.fr SESSION=s:OutrqJOPnwPkxRZzfRFzqV8EY9HQtvcW.gKIiV0ibDpXrNPA40fmt9op4ynnSA0uHBTRHd5A0Rqc {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"genevieve.villebiere@club-internet.fr","MDP":"MAMY-G","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error:Bandeaux AxiosError: read ECONNRESET
    at AxiosError.from (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:841:14)
    at RedirectableRequest.handleRequestError (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:3106:25)
    at RedirectableRequest.emit (node:events:518:28)
    at eventHandlers.<computed> (C:\Site\self-tissusV2\node_modules\follow-redirects\index.js:38:24)
    at ClientRequest.emit (node:events:518:28)
    at emitErrorEvent (node:_http_client:104:11)
    at Socket.socketErrorListener (node:_http_client:518:5)
    at Socket.emit (node:events:518:28)
    at emitErrorNT (node:internal/streams/destroy:170:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at Axios.request (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:4224:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async C:\Site\self-tissusV2\routes\users.js:785:22 {
  syscall: 'read',
  code: 'ECONNRESET',
  errno: -4077,
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http', 'fetch' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: Object [AxiosHeaders] {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json',
      'User-Agent': 'axios/1.7.2',
      'Content-Length': '77',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'post',
    url: 'http://localhost:120/ys/?&IISIP=90.40.222.225&&IISDOM=undefined&SESSION=s:DaMDfo-5af4_AaN7TaYvanaaaYwW_cOF.7sO+CQf9iAuAmvdTg9AKy0/ugqe/P/PG7OSxiUJO258&Referer=https://selftissus.fr/&gclid=',
    data: '{"CleCtrl":"TaTaYoYo","act":"Bandeau","Limite":"","OFFSET":"","NumBandeau":4}'
  },
  request: <ref *1> Writable {
    _events: {
      close: undefined,
      error: [Function: handleRequestError],
      prefinish: undefined,
      finish: undefined,
      drain: undefined,
      response: [Function: handleResponse],
      socket: [Function: handleRequestSocket]
    },
    _writableState: WritableState {
      highWaterMark: 16384,
      length: 0,
      corked: 0,
      onwrite: [Function: bound onwrite],
      writelen: 0,
      bufferedIndex: 0,
      pendingcb: 0,
      [Symbol(kState)]: 17580812,
      [Symbol(kBufferedValue)]: null
    },
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: Infinity,
      protocol: 'http:',
      path: '/ys/?&IISIP=90.40.222.225&&IISDOM=undefined&SESSION=s:DaMDfo-5af4_AaN7TaYvanaaaYwW_cOF.7sO+CQf9iAuAmvdTg9AKy0/ugqe/P/PG7OSxiUJO258&Referer=https://selftissus.fr/&gclid=',
      method: 'POST',
      headers: [Object: null prototype],
      agents: [Object],
      auth: undefined,
      family: undefined,
      beforeRedirect: [Function: dispatchBeforeRedirect],
      beforeRedirects: [Object],
      hostname: 'localhost',
      port: '120',
      agent: undefined,
      nativeProtocols: [Object],
      pathname: '/ys/',
      search: '?&IISIP=90.40.222.225&&IISDOM=undefined&SESSION=s:DaMDfo-5af4_AaN7TaYvanaaaYwW_cOF.7sO+CQf9iAuAmvdTg9AKy0/ugqe/P/PG7OSxiUJO258&Referer=https://selftissus.fr/&gclid='
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 77,
    _requestBodyBuffers: [ [Object] ],
    _eventsCount: 3,
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: false,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: '77',
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      _header: 'POST /ys/?&IISIP=90.40.222.225&&IISDOM=undefined&SESSION=s:DaMDfo-5af4_AaN7TaYvanaaaYwW_cOF.7sO+CQf9iAuAmvdTg9AKy0/ugqe/P/PG7OSxiUJO258&Referer=https://selftissus.fr/&gclid= HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json\r\n' +
        'User-Agent: axios/1.7.2\r\n' +
        'Content-Length: 77\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: localhost:120\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/ys/?&IISIP=90.40.222.225&&IISDOM=undefined&SESSION=s:DaMDfo-5af4_AaN7TaYvanaaaYwW_cOF.7sO+CQf9iAuAmvdTg9AKy0/ugqe/P/PG7OSxiUJO258&Referer=https://selftissus.fr/&gclid=',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: [Function: emitRequestTimeout],
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Circular *1],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [Socket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'http://localhost:120/ys/?&IISIP=90.40.222.225&&IISDOM=undefined&SESSION=s:DaMDfo-5af4_AaN7TaYvanaaaYwW_cOF.7sO+CQf9iAuAmvdTg9AKy0/ugqe/P/PG7OSxiUJO258&Referer=https://selftissus.fr/&gclid=',
    [Symbol(shapeMode)]: true,
    [Symbol(kCapture)]: false
  },
  cause: Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
    errno: -4077,
    code: 'ECONNRESET',
    syscall: 'read'
  }
}
Error: {
  Erreur: 'Erreur Login',
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"","MDP":"","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=109.223.17.182 IISDOM=selftissus.fr SESSION=s:IKl_74G_Pa3mvUqvFMg8ezQCm_EMuw50.1BXh/UO4RKwbNfmFzKdy3J1fro0AD2kcP7IhBJLS28g {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"","MDP":"","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: 'Erreur Login',
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"","MDP":"Aelig120482","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=109.223.17.182 IISDOM=selftissus.fr SESSION=s:IKl_74G_Pa3mvUqvFMg8ezQCm_EMuw50.1BXh/UO4RKwbNfmFzKdy3J1fro0AD2kcP7IhBJLS28g {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"","MDP":"Aelig120482","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"soazig_largouet@msn.com","MDP":"Aelig120482","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=109.223.17.182 IISDOM=selftissus.fr SESSION=s:IKl_74G_Pa3mvUqvFMg8ezQCm_EMuw50.1BXh/UO4RKwbNfmFzKdy3J1fro0AD2kcP7IhBJLS28g {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"soazig_largouet@msn.com","MDP":"Aelig120482","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"sylver.sv@orange.fr","MDP":"Sylvain56@","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=86.253.140.77 IISDOM=selftissus.fr SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7 lLQQ9Y {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"sylver.sv@orange.fr","MDP":"Sylvain56@","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error: {
  Erreur: "L'identifiant spécifié n'existe pas (ou vous n'avez pas respecté les majuscules et minuscules enregistrées lors de la création de votre identifiant personnalisé) ou le mot de passe saisi ne correspond pas à cet identifiant.",
  Result: '',
  Contexte: { Admin: false, Yogan: false },
  E1: '{"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"sylver.sv@orange.fr","MDP":"Sylvain56/","IISPROTO":"http","IISDOM":"selftissus.fr"}',
  E2: '',
  E3: 'IISIP=86.253.140.77 IISDOM=selftissus.fr SESSION=s:CehMN0VRdJcXDFRJVcwj2nzroS3ceapr.nTKqT79yYTWrgWf2b6pmk/aQDQOMBIAkZVQ7 lLQQ9Y {"CleCtrl":"TaTaYoYo","act":"Connexion","Login":"sylver.sv@orange.fr","MDP":"Sylvain56/","IISPROTO":"http","IISDOM":"selftissus.fr"}='
}
Error:Stock AxiosError: read ECONNRESET
    at AxiosError.from (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:841:14)
    at RedirectableRequest.handleRequestError (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:3106:25)
    at RedirectableRequest.emit (node:events:518:28)
    at eventHandlers.<computed> (C:\Site\self-tissusV2\node_modules\follow-redirects\index.js:38:24)
    at ClientRequest.emit (node:events:518:28)
    at emitErrorEvent (node:_http_client:104:11)
    at Socket.socketErrorListener (node:_http_client:518:5)
    at Socket.emit (node:events:518:28)
    at emitErrorNT (node:internal/streams/destroy:170:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at Axios.request (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:4224:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async C:\Site\self-tissusV2\routes\users.js:812:22 {
  syscall: 'read',
  code: 'ECONNRESET',
  errno: -4077,
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http', 'fetch' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: Object [AxiosHeaders] {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json',
      'User-Agent': 'axios/1.7.2',
      'Content-Length': '138',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'post',
    url: 'http://localhost:120/ys/?&IISIP=66.249.70.69&&IISDOM=undefined&SESSION=s:NO7SmaImPVuArLd4d-AlBogoO-e_N_cL.IaVFOqWqM3u2pbtYE+hP9ywKZQpR8c2qzig9bjpDrB8&Referer=https://selftissus.fr/63096-remailleur-fin-ergonomic/&gclid=',
    data: '{"CleCtrl":"TaTaYoYo","act":"Stock","IDArticle":"afba394a-f223-4b28-85f9-93f0123fd667","IDMagasin":"50ec9764-679e-4acf-8945-61a97ffcb8d5"}'
  },
  request: <ref *1> Writable {
    _events: {
      close: undefined,
      error: [Function: handleRequestError],
      prefinish: undefined,
      finish: undefined,
      drain: undefined,
      response: [Function: handleResponse],
      socket: [Function: handleRequestSocket]
    },
    _writableState: WritableState {
      highWaterMark: 16384,
      length: 0,
      corked: 0,
      onwrite: [Function: bound onwrite],
      writelen: 0,
      bufferedIndex: 0,
      pendingcb: 0,
      [Symbol(kState)]: 17580812,
      [Symbol(kBufferedValue)]: null
    },
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: Infinity,
      protocol: 'http:',
      path: '/ys/?&IISIP=66.249.70.69&&IISDOM=undefined&SESSION=s:NO7SmaImPVuArLd4d-AlBogoO-e_N_cL.IaVFOqWqM3u2pbtYE+hP9ywKZQpR8c2qzig9bjpDrB8&Referer=https://selftissus.fr/63096-remailleur-fin-ergonomic/&gclid=',
      method: 'POST',
      headers: [Object: null prototype],
      agents: [Object],
      auth: undefined,
      family: undefined,
      beforeRedirect: [Function: dispatchBeforeRedirect],
      beforeRedirects: [Object],
      hostname: 'localhost',
      port: '120',
      agent: undefined,
      nativeProtocols: [Object],
      pathname: '/ys/',
      search: '?&IISIP=66.249.70.69&&IISDOM=undefined&SESSION=s:NO7SmaImPVuArLd4d-AlBogoO-e_N_cL.IaVFOqWqM3u2pbtYE+hP9ywKZQpR8c2qzig9bjpDrB8&Referer=https://selftissus.fr/63096-remailleur-fin-ergonomic/&gclid='
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 138,
    _requestBodyBuffers: [ [Object] ],
    _eventsCount: 3,
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: false,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: '138',
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      _header: 'POST /ys/?&IISIP=66.249.70.69&&IISDOM=undefined&SESSION=s:NO7SmaImPVuArLd4d-AlBogoO-e_N_cL.IaVFOqWqM3u2pbtYE+hP9ywKZQpR8c2qzig9bjpDrB8&Referer=https://selftissus.fr/63096-remailleur-fin-ergonomic/&gclid= HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json\r\n' +
        'User-Agent: axios/1.7.2\r\n' +
        'Content-Length: 138\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: localhost:120\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/ys/?&IISIP=66.249.70.69&&IISDOM=undefined&SESSION=s:NO7SmaImPVuArLd4d-AlBogoO-e_N_cL.IaVFOqWqM3u2pbtYE+hP9ywKZQpR8c2qzig9bjpDrB8&Referer=https://selftissus.fr/63096-remailleur-fin-ergonomic/&gclid=',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: [Function: emitRequestTimeout],
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Circular *1],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [Socket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'http://localhost:120/ys/?&IISIP=66.249.70.69&&IISDOM=undefined&SESSION=s:NO7SmaImPVuArLd4d-AlBogoO-e_N_cL.IaVFOqWqM3u2pbtYE+hP9ywKZQpR8c2qzig9bjpDrB8&Referer=https://selftissus.fr/63096-remailleur-fin-ergonomic/&gclid=',
    [Symbol(shapeMode)]: true,
    [Symbol(kCapture)]: false
  },
  cause: Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
    errno: -4077,
    code: 'ECONNRESET',
    syscall: 'read'
  }
}
Error: read ECONNRESET
Application has thrown an uncaught exception and is terminated:
AxiosError: Request failed with status code 415
    at settle (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:1983:12)
    at IncomingMessage.handleStreamEnd (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:3085:11)
    at IncomingMessage.emit (node:events:530:35)
    at endReadableNT (node:internal/streams/readable:1698:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    at Axios.request (C:\Site\self-tissusV2\node_modules\axios\dist\node\axios.cjs:4224:41)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)