Todd Hooper
Todd Hooper
@skunheal could you make a PR for this change? I see in your repo you are looping through the $request->query() to turn the param array into a string. Is there...
Returning the status code that Prerender.io returns is the correct solution and how all other middleware currently works.
It looks like that is checking for a path equal to "/" and not any path ending in "/". Also it looks like the comment for that line is: ```...
url.parse(options.url, true).query should not evaluate to undefined. What version of node are you running? If you run the following, do you get undefined? Open a node repl in your terminal...
Interesting. Thanks for that! I'll have to upgrade
Just fixed this in master of https://github.com/prerender/prerender-node The change should be ported here to remove the `hasOwnProperty` use since Node v6 removed that from the `querystring` object.