[Feature Request] Store request sending settings locally (not globally)
See original GitHub issue- Insomnia Version: 6.5.3
- Operating System: Windows 10 (Build 1903)
Details
Currently Insomnia stores request settings like 'āsend on intervalā globally for all requests. It would be better and also allow more use cases if this were per request.
Quoting @gschier
It wouldnāt be difficult, no. Youād have to create a new property on the
RequestMeta
model to store the preference, then change the sending code to use that instead of the globally-stored value
See following files: https://github.com/getinsomnia/insomnia/blob/92641f872a616a2a85b1c9e295197a57ac8d0842/packages/insomnia-app/app/models/request-meta.js#L20
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
If Ask to Buy isn't working - Apple Support
If your Ask to Buy requests are missing Ā· Open Notification Center on your iPhone, iPad, or iPod touch Ā· Open Notification Center...
Read more >Configuration - Rapido - Ex Libris Knowledge Center
Any borrowing request created in Rapido is automatically sent to a matching lender, either based on a Rapido offer or based on locally...
Read more >Client-side storage - Learn web development | MDN
The Cache API is designed for storing HTTP responses to specific requests, and is very useful for doing things like storing website assetsĀ ......
Read more >Work with Azure Functions Core Tools | Microsoft Learn
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal.
Read more >How CloudFront delivers content - AWS Documentation
For objects not cached at either the POP or the regional edge cache location, CloudFront compares the request with the specifications in your...
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 Free
Top 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
Feel free @develohpanda!
You already have experience modifying the
RequestMeta
model so it shouldnāt be too difficult. Let me know if you need some guidance though šMy initial thought to achieve this would be to move the preference out of the component state and into the
RequestMeta
model. We should probably just start withdownloadPath
for now because making the āRepeat on Intervalā one work would require some refactoring to the way requests are currently sent.I would say go ahead @develohpanda - I would have done it myself but really donāt have the time, except the 15 minutes yesterday which I needed to even find the method called š