baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
298 stars 149 forks source link

client - adding ability to include query string in request #145

Open bajax opened 7 years ago

bajax commented 7 years ago

It’s ugly, but not against the specification. In an indirect, kind of heavily interpreted way, it’s explicitly allowed, see: http://xmlrpc.scripting.com/spec.html

The format of the URI in the first line of the header is not specified.

This, as far as I can tell, indicates that it CAN include query strings.

Tests are included.

bajax commented 7 years ago

Let me know if there's anything else you need me to add. I'd like to get this into npm soon, I need it in production.

bajax commented 6 years ago

Any chance this will ever get merged?