I downloaded Google Glass Mirror API quickstart for .NET and it is working fine in the localhost.
Now, i want to subscribe for my app. Since localhost is not SSL enabled, i am trying to use subscription proxy service provided by Google here.
When i append the proxy server URL, my call back URI looks like below.
https://mirrornotifications.appspot.com/forward?url=http://localhost:61422/oauth2callback
Now, when i run the application, i get the error
Error: HTTP method GET is not supported by this URL
Anyone has encountered this issue?