Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Bad Request Error When Trying to Implement #14

Open
Sorcerer14 opened this issue Dec 9, 2024 · 0 comments
Open

Getting Bad Request Error When Trying to Implement #14

Sorcerer14 opened this issue Dec 9, 2024 · 0 comments

Comments

@Sorcerer14
Copy link

Sorcerer14 commented Dec 9, 2024

Hi,

_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant