Why is my app proxy speed significantly slower than the server response time?

Hi Michiels,

I’m also doing the same in our app using a proxy, which add almost 1.4 seconds to our usally 30ms response.
I somehow need to validate the request (auth), since it’s not a public request.

Any suggestion on how to do that?
I was thinking something like giving each of our customer’s an individuel JS script (but since that request isnt AUTH either anyone can download that).
So not sure if there is a way except using the proxy..