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