Jon Watte
Jon Watte
I see the same problem. It seems as if it appears to set many cookies in a single Set-Cookie header, but the browser somehow doesn't like it. (I'm using Firefox...
OK, so this seems simple to fix. The cookie spec says that multiple cookies, as well as parameters, are separated by semicolons only. The cookie-node library separates different cookies with...
I have this problem, too. ubuntu 17.04, running on Linode (under KVM) Installed with pip install 'butterfly[systemd]' and downloaded the system/socket files with wget as per the README I generated...
Another problem is that butterfly uses the "host" argument both for the name of the certificates, and the interface to bind to. Thus, if I want it to bind to...
I'm aware of the security implications (and also how to front an insecure web service with NGINX, web security, and HTTPS.) I'm more interested in advice helping make the software...
The host that I ultimately need a web-based console on is not on Linode but another host; I'm using linode for testing. One way to secure it is to stick...
That is unfortunate. I, too, have the need for stashing a bunch of changes, and then committing them at the end (which may fail if the whole batch isn't overall...
Given that this is 20 years old well established web tech, I thought this would Just Work (tm.) And now I'm forced to come up with some terrible rewrite rule...
Also, I have signed the CLA, and trying to re-sign it gives me an error saying it's already signed.
Adding some context: The instructions for how to use a pre-built library start "Add the oboe dependency to your app's build.gradle file." That doesn't help me if I use makefiles,...