Hi
I am doing the "Lab:Test Your Proxy"
when I perform the test, HTTP response received from firebase
the proxy just send me the response back !
the database url such as , do not require authentication and work fine (you can test it)
https://apigee-developer-trainin-d0b0b.firebaseio.com/db/products/697690.json
however when doing this using the proxy the following url send to the target
https://apigee-developer-trainin-d0b0b.firebaseio.com/db/products/697690
and I receive HTTP response (the firebase login page html will return)
at least the proxy is working ! but the target API return wrong answer .. any ideas ?