Http.agenturl() and the Google oauth example

Just worked through the Google oauth example, and got it to work correctly, but had to modify two things.

  1. It looks like the default path is “/” if you browse to your agent URL, and not “”.
  2. http.agenturl returns http:// and not https:// which breaks the example.

I just hardcoded mine instead of calling it.