Results 2 issues of merijndk

Currently custom URLs are not passed to prerender.io. www.yoursite.nl?param=0 will send a request without the param=0 to the prerender.io server: `return $this->client->get($this->prerenderUri . '/' . urlencode($protocol.'://'.$host.'/'.$path), compact('headers'));` Should become: `return...

The get parameters are now being passed to the prerender server.