Hugo Lafitte

Results 10 comments of Hugo Lafitte

I'm gonna look into it tomorrow because I have quite the same need: I need to be able to use middlewares for processing the proxy's response, or having a default...

@gajus I'm afraid I can't do anything without modifying the http-proxy module itself. I keep you posted.

@gajus I managed to do my thing I [made a document](https://github.com/Placeloop/http-proxy-middleware/blob/master/examples/express/MODIFY_RESPONSE_BODY.md) about my solution. I didn't have much time to do that so it's quick'n'dirty but it works for my...

@henrihietala your trick works but I needed to add a `$scope.$apply();` in the `googlePlacesService.getDetails()` callback function.

Same issue here. My app broke on iOS while still working nicely on Android. Any update on this ?