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:
0 : [Object object] wasIssue has been identified.
@liyasthomas WOW SO FAST!!!
@davidyscott please verify that issue has been solved
@liyasthomas Verified! Thanks so much! :grin: