0

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

4

1 回答 1

0

http://myhighscoreserver.appspot.com/THIS-PART-I-NEED?name= "test"&points="0" 这很简单: THIS-PART-I-NEED = servlet 的类名

于 2012-10-23T08:16:57.437 回答