Hi! I'd have some proposals for changes to the superglue-protocol which I'd like to open for discussion. Using different posts for the different proposals to keep discussions focused..
As I understand it currently all POST requests are treated as file uploads (except for commands). I would suggest using the PUT request instead.
Mostly for one reason: in case a user wants to set up some standard forms or other scripts she'd always have to be wary of specifying the right method instead of going for the standard POST (I see some potential for recurring errors there).