Ádám Imre Szabó
Ádám Imre Szabó
Tried to somehow force Cloud Gateway to actually follow redirects ``` @Bean public HttpClientCustomizer httpClientCustomizer() { return httpClient -> httpClient.followRedirect(true); } ``` If I specify the above bean in my...
For the required functionality, in your index.js, change lines 181-184 to: ``` javascript var options = {}; if (payload.query != undefined) { Extend(find, payload.query); } else { Extend(find, payload); }...
While you are around there, you may want to implement the projection operators part as well: http://docs.mongodb.org/manual/reference/operator/query/#projection-operators