Malformed URL
benmccann opened this issue · 2 comments
benmccann commented
A request is made to:
There's a couple things wrong with this URL. First, it has //
. Second, it has &&&&
. Using a URL builder would fix this
Zavster commented
What url builder would you recommend?
benmccann commented
Hmmm, it doesn't look like there are any libraries that have a URL builder included like Apache HTTP or JaxRS or anything and it'd be overkill to add them just for this, so maybe that's not the easiest way to fix.
I'm planning to use quandl4j for tablesaw