You can use an address that's reachable from the client you're testing this on. E.g.
http://localhost when testing it on your local machine (or with a port number if you're using the built-in web server), or something like
http://machinename if you deployed using IIS on that machine.
Cheers,
Imar