question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to render Request.headers[0].value prior to sending

See original GitHub issue

Describe the bug Render error with curl like curl https://www.example.com/ --header 'foo: {%22bar%22}'

To Reproduce Steps to reproduce the behavior:

  1. create a new blank request
  2. paste curl curl https://www.example.com/ --header 'foo: {%22bar%22}' in url box
  3. click Send
  4. See error

Expected behavior Send request without error.

Screenshots

  • image
  • image

Desktop (please complete the following information):

  • OS: macOS 11.2.3
  • Installation Method: homebrew
  • App Version: Insomnia 11.2.3

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
develohpandacommented, Apr 1, 2021

Looks like if you space out your header value like { %22bar%22 }, it works. Does that suit your purpose?

0reactions
stale[bot]commented, May 31, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Can't set headers after they are sent to the client
When a POST request is sent to /api/route1 it will run every line in the callback. A Can't set headers after they are...
Read more >
HTTP headers - MDN Web Docs - Mozilla
An HTTP header consists of its case-insensitive name followed by a colon ( : ), then by its value. Whitespace before the value...
Read more >
How To Fix HTTP Error 431 Request Header Fields Too Large
The first option is to dig into your site's code and check if your code is generating large request headers. That is, whether...
Read more >
How to troubleshoot the error "Failed to process response ...
In almost every event, this error is caused by a connection failure. The error is correct, the service did not receive any response...
Read more >
Cannot set headers after they are sent to the client in JS
The "Cannot set headers after they are sent to the client" error occurs when the server in an express.js application sends more than...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found