简体   繁体   English

Google App Engine-获取服务器URL

[英]Google App Engine - Getting Server URL

I deployed my highscoreserver-code to Google App Engine. 我将我的highscoreserver代码部署到了Google App Engine。 Now I need a URL to send a request to the server. 现在,我需要一个URL将请求发送到服务器。 But I can't find a URL in my dashboard... 但是我无法在仪表板上找到URL ...
What I need is this: 我需要的是:

http://myhighscoreserver.appspot.com/THIS-PART-I-NEED?name="test"&points="0"  

What should I insert in the URL above? 我应该在上面的网址中插入什么?

EDIT: THIS-PART-I-NEED = class-name of the servlet 编辑:THIS-PART-I-NEED = Servlet的类名

http://myhighscoreserver.appspot.com/THIS-PART-I-NEED?name= “ test”&points =“ 0”,这很容易:THIS-PART-I-NEED = Servlet的类名

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM