Backbase / bb-lp-cli

Other
8 stars 9 forks source link

Add API proxy before other middlewares #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi, v1.9.2-beta.2 did not proxy API requests properly to a real DBP backend. It seems that the cause was that the URLs were rewritten before the connect-proxy had a change to intercept the request and as a result the proxy url did not match. The fix is to add the proxy middleware before the others. I'm not sure how this impacts other functionality, it just fixes a specific issue I had.

dragosh commented 8 years ago

Thanks @laurynaslu will fix(merge) it in the next release