我下载了适用于.NET的Google Glass Mirror API快速入门,它在localhost中运行良好。
现在,我想订阅我的应用。由于localhost未启用SSL,因此我尝试使用Google提供的订阅代理服务here.
当我附加代理服务器URL时,我的回调URI如下所示。
https://mirrornotifications.appspot.com/forward?url=http://localhost:61422/oauth2callback
现在,当我运行应用程序时,我收到错误
Error: HTTP method GET is not supported by this URL
是否有人遇到过这个问题?
答案 0 :(得分:0)
您需要使用Google可以访问以进行回调的公开网址。因此,您无法使用localhost,因为它在您的计算机上运行,而localhost无法解析为您的计算机IP地址。
我认为,如果你需要一个简单的服务器来测试回调,那么微软会让用户注册一个月的Azure:https://www.windowsazure.com/en-us/pricing/free-trial/