Failed to render Request.headers[0].value prior to sending
See original GitHub issueDescribe the bug
Render error with curl like curl https://www.example.com/ --header 'foo: {%22bar%22}'
To Reproduce Steps to reproduce the behavior:
- create a new blank request
- paste curl
curl https://www.example.com/ --header 'foo: {%22bar%22}'
in url box - click Send
- See error
Expected behavior Send request without error.
Screenshots
Desktop (please complete the following information):
- OS: macOS 11.2.3
- Installation Method: homebrew
- App Version: Insomnia 11.2.3
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like if you space out your header value like
{ %22bar%22 }
, it works. Does that suit your purpose?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.