Hoppscotch: Headers turn into 0 : [Object object]

Created on 25 Sep 2019  路  4Comments  路  Source: hoppscotch/hoppscotch

Describe the bug
Headers specified in the "Headers" section do not get sent correctly on the request. Instead, they are sent with the key as a zero-indexed integer and the value as "[Object object]". That is, if I specify one header, let's say abcd : efgh the actual request will have 0 : [Object object]. If I specify two headers, the request will have 1 : [Object object] as well.

To Reproduce
Steps to reproduce the behavior:

  1. Open Postwoman, set up a request
  2. Configure one or more headers
  3. Open your browser's Network Tools
  4. Send the request
  5. In the Network Tools, observe that the header you wanted was not sent, but 0 : [Object object] was
bug

All 4 comments

Issue has been identified.

@liyasthomas WOW SO FAST!!!

@davidyscott please verify that issue has been solved

@liyasthomas Verified! Thanks so much! :grin:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danilofuchs picture danilofuchs  路  4Comments

liyasthomas picture liyasthomas  路  4Comments

andreujuanc picture andreujuanc  路  4Comments

AtomicNicos picture AtomicNicos  路  3Comments

QasimArif picture QasimArif  路  4Comments