Re: [google-appengine] Re: Pprof handlers behind admin login

2017-08-18 Thread 'Shivam(Google Cloud Support)' via Google App Engine
That is kind of expected behavior of admin login where user will be redirected to Google sign in page. Using go tool pprof sounds like a good question to be posted on one of their help forums such as Go Forum or Gopher Slack

Re: [google-appengine] Re: Pprof handlers behind admin login

2017-08-16 Thread Shaunak Godbole
Hi Shivam, Yes, that is correct. The actual problem is that I want to be able to authenticate using command line tools such as go tool pprof. Currently, the server just sends a 302 status code which tries to redirect me to the Google Authentication screen. Is there a way to get an

[google-appengine] Re: Pprof handlers behind admin login

2017-08-16 Thread 'Shivam(Google Cloud Support)' via Google App Engine
Are you referring to the admin login as described in the handlers . Did you check what the url header is returning and were there any issues authenticating to the application? On Wednesday, August 16,