unable to access my proxy

Hi Team,

if i try to execute my api end point, i get 401 error. even i try to open the end point in a browser, it gives me below error. someone pls help. i also set up the firebase DB and imported the firebase all json.

{
    "error": "unauthorized",
    "error_description": "This resource requires admin rights.",
    "exception": ""
}
0 3 157
3 REPLIES 3

Can you do a trace of your API endpoint? This looks like an error message being returned by the target service...

Yes, Apigee Edge does not normally emit an error message that looks like that.

admin-issue.pngthanks both of you for commenting out. I did trace it and the request sent to target server.

looks like i messed up with the proxy url. when i try to load the same proxy URL, i get the response from the browser window. However ,through trace, i get this admin rights issue.