I noticed that the URL contains "[" and "]" which are considered unsafe characters. This has worked in earlier versions but not anymore I suppose. Exchanging them to their url encoded-variants works.
We'll encodeURI() them and that will probably solve it.