简体   繁体   中英

Google App Engine - Getting Server URL

I deployed my highscoreserver-code to Google App Engine. Now I need a URL to send a request to the server. But I can't find a URL in my dashboard...
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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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