dukedougal
dukedougal
Hello @amarzavery - I am trying to program only using the ARM REST API. As far as I can tell, there needs to be a request for every single VM...
Hi @amarzavery - I'm trying to use only the REST API and it appears as far as I can tell that the cli does an initial request for the list...
On EC2 I can ask for a description of my instances and I get everything I need to know, but on Azure I need to send an individual request for...
Thanks @doowb I'll admit I feel conflicted about "plugin systems" in general because requests for new features in the core software seem easily deflected to the plugin ecosystem. Plugin ecosystems...
I don't feel like I try to get people to do my work but I accept this is the way the project works. Apologies for my manner. I appreciate the...
Changed the title to "Falcon should not be changing headers to lower case" just to be clear.
> > Is this really a problem? Could someone explain where lowercased header names make something more difficult? Hmmmm.... I'm not sure that it matters whether or not it makes...
"Be conservative in what you do, be liberal in what you accept from others" - I thought this approach is now thought to be a bad way to design software....
After digging around the docs again it appears that HTTP headers are case insensitive. Even so it doesn't seem right that the data that I ask Falcon to send is...
The implication of this is that if I'm dynamically constructing my search strings - which I usually am - then I need to quote every level. Isn't this edge case...