_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 32596,
_requestBodyBuffers: [],
_eventsCount: 3,
_onNativeResponse: [Function (anonymous)],
_currentRequest: [Circular],
_currentUrl: 'https://api.example.com/fix/v1/project/batch_upload',
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
***,
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false,
[Symbol(kBytesWritten)]: 0,
[Symbol(kNeedDrain)]: true,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype] ***
accept: [ 'Accept', 'application/json, text/plain, */*' ],
'content-type': [
'Content-Type',
'multipart/form-data; boundary=--------------------------boundary-string'
],
'x-client-type': [ 'X-CLIENT-TYPE', 'custom-client' ],
authorization: [
'Authorization',
'HMAC-SHA-256 id=***,ts=***,nonce=***,sig=***'
],
'user-agent': [ 'User-Agent', 'axios/version' ],
'content-length': [ 'Content-Length', '32596' ],
'accept-encoding': [ 'Accept-Encoding', 'gzip, compress, deflate, br' ],
host: [ 'host', 'api.example.com' ]
***,
[Symbol(errored)]: null,
[Symbol(kHighWaterMark)]: 16384,
[Symbol(kRejectNonStandardBodyWrites)]: false,
[Symbol(kUniqueHeaders)]: null
***,
data: '<html><head><title>Bad Request</title></head><body><h2>Invalid proxy request</h2></body></html>'
***
I checked my organisations proxt and I'm able to curl all required URL's.
Hi,
I checked my organisations proxt and I'm able to curl all required URL's.